[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RTEMS and Google Summer of Code 2007
- Date: Mon, 5 Mar 2007 21:56:27 +0100
- From: ppisa4lists at pikron.com (Pavel Pisa)
- Subject: RTEMS and Google Summer of Code 2007
Hello Joel,
On Monday 05 March 2007 13:26, Joel Sherrill wrote:
> > I am convinced still, that uLUt is not so bad replacement
> > of some STL subset for old poor C.
>
> What's the license? I am not sold on an implementation yet. :-)
The uLUt license is GPL/LGPL/MPL and I am in position to release
it under other licenses as well. I use RTEMS and GPL+RTEMS
linking exception is fully OK for me. May it be, that hashes
could be better choice for map. But hashes has problem, that you
have to decide has size on beginning or you have to reallocate
and refill hash array when it is too much filled.
On the other hand, I believe, that GAVL or RB-tree are right
choice for timer queues with high resolution.
Best wishes
Pavel