www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - sparsehash

reply =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
Have anybody converted Google's sparsehash to D?

See:

http://goog-sparsehash.sourceforge.net/
https://github.com/sparsehash/sparsehash
Apr 15 2016
parent reply =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
On Friday, 15 April 2016 at 11:42:09 UTC, Nordlöw wrote:
 http://goog-sparsehash.sourceforge.net/
 https://github.com/sparsehash/sparsehash
Further, a Judy array seem like another interesting container I would like to get implemented in D: http://judy.sourceforge.net/index.html http://judy.sourceforge.net/doc/10minutes.htm http://judy.sourceforge.net/application/shop_interm.pdf
Apr 15 2016
next sibling parent =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
On Friday, 15 April 2016 at 13:55:33 UTC, Nordlöw wrote:
 On Friday, 15 April 2016 at 11:42:09 UTC, Nordlöw wrote:
 http://goog-sparsehash.sourceforge.net/
 https://github.com/sparsehash/sparsehash
Further, a Judy array seem like another interesting container I would like to get implemented in D: http://judy.sourceforge.net/index.html http://judy.sourceforge.net/doc/10minutes.htm http://judy.sourceforge.net/application/shop_interm.pdf
I'm in great need of a more space-efficient alternative to D's builtin associative arrays to lower the memory usage in my D knowledge database.
Apr 15 2016
prev sibling parent reply Elias Peterson <eli.pt nowhere.ux> writes:
On Friday, 15 April 2016 at 13:55:33 UTC, Nordlöw wrote:
 On Friday, 15 April 2016 at 11:42:09 UTC, Nordlöw wrote:
 http://goog-sparsehash.sourceforge.net/
 https://github.com/sparsehash/sparsehash
Further, a Judy array seem like another interesting container I would like to get implemented in D: http://judy.sourceforge.net/index.html http://judy.sourceforge.net/doc/10minutes.htm http://judy.sourceforge.net/application/shop_interm.pdf
There is this for D: http://code.dlang.org/packages/judy
Apr 15 2016
parent =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
On Friday, 15 April 2016 at 14:53:49 UTC, Elias Peterson wrote:
 There is this for D:

 http://code.dlang.org/packages/judy
Thanks.
Apr 15 2016