digitalmars.D - sparsehash
- =?UTF-8?B?Tm9yZGzDtnc=?= (4/4) Apr 15 2016 Have anybody converted Google's sparsehash to D?
- =?UTF-8?B?Tm9yZGzDtnc=?= (6/8) Apr 15 2016 Further, a Judy array seem like another interesting container I
- =?UTF-8?B?Tm9yZGzDtnc=?= (4/12) Apr 15 2016 I'm in great need of a more space-efficient alternative to D's
- Elias Peterson (3/11) Apr 15 2016 There is this for D:
- =?UTF-8?B?Tm9yZGzDtnc=?= (2/4) Apr 15 2016 Thanks.
Have anybody converted Google's sparsehash to D? See: http://goog-sparsehash.sourceforge.net/ https://github.com/sparsehash/sparsehash
Apr 15 2016
On Friday, 15 April 2016 at 11:42:09 UTC, Nordlöw wrote:http://goog-sparsehash.sourceforge.net/ https://github.com/sparsehash/sparsehashFurther, 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
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: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.http://goog-sparsehash.sourceforge.net/ https://github.com/sparsehash/sparsehashFurther, 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
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:There is this for D: http://code.dlang.org/packages/judyhttp://goog-sparsehash.sourceforge.net/ https://github.com/sparsehash/sparsehashFurther, 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
On Friday, 15 April 2016 at 14:53:49 UTC, Elias Peterson wrote:There is this for D: http://code.dlang.org/packages/judyThanks.
Apr 15 2016