On Sun, Jun 16, 2013 at 1:32 AM, Hesham Moustafa
<heshamelmat...@gmail.com>wrote:

> Hi,
>
> I want to keep track of some control data structures and have common
> operations (Insert, Search, Delete) on them. I know there is rbtree, Object
> manager, btree. Is there a reliable support for hash-tables and other data
> structures to consider ?
>
> And there is also Chain structure in score.
As I know there is no hash tables in RTEMS yet, in my last year's GSoC
project, we've discussed  about hash-tables(porting uthash(
http://troydhanson.github.io/uthash/)). But due to the runtime of
hash-table, we didn't use it.

Thanks,
Zhongwei

> Thanks,
> Hesham
>
> _______________________________________________
> rtems-devel mailing list
> rtems-devel@rtems.org
> http://www.rtems.org/mailman/listinfo/rtems-devel
>
>
_______________________________________________
rtems-devel mailing list
rtems-devel@rtems.org
http://www.rtems.org/mailman/listinfo/rtems-devel

Reply via email to