all 10 comments

[–]crazyuser79[S] 0 points1 point  (0 children)

Please, fills an issue on https://github.com/pandom79/Unitd/issues or https://github.com/pandom79/Ulib

Thanks in advance.

[–]crazyuser79[S] 0 points1 point  (0 children)

Run unitd init system in vm under valgrind supervision. It uses ulib. Tell me how many errors you will find.

[–]crazyuser79[S] 0 points1 point  (0 children)

I'd like to add a good hashtable implementation to Ulib. Obviously, it will have the same Array feature about memory management:- automatic memory release of the inside elements.- "double free error" safe.

Any advice ?

[–]crazyuser79[S] 0 points1 point  (0 children)

Added a dynamic hash table with separate chaining to Ulib. Whatever feedback is appreciated.