Roaring Bitmaps for D

2018-04-08 Thread Yuce via Digitalmars-d-announce

Hi All,

I've just released DRoaring, a D library which wraps CRoaring: 
https://github.com/RoaringBitmap/CRoaring


Roaring Bitmaps are compressed bit arrays which can store a huge 
amount of bits in a space efficient manner. The bitmap is 
organized so that adding/removing bits is very fast and don't 
require unpacking the whole bitmap. You can use bit arrays for 
efficient set operations.


Github: https://github.com/yuce/droaring
DUB: https://code.dlang.org/packages/roaring
Reddit post: 
https://www.reddit.com/r/d_language/comments/8ar007/roaring_bitmaps_for_d/


Yuce Tekol


Re: code-d 0.17.0 + serve-d 0.1.2

2018-04-08 Thread Domain via Digitalmars-d-announce

On Wednesday, 4 April 2018 at 13:26:18 UTC, WebFreak001 wrote:

On Wednesday, 4 April 2018 at 11:08:09 UTC, Domain wrote:

On Tuesday, 3 April 2018 at 23:02:42 UTC, WebFreak001 wrote:

[...]


// >>> many Could not resolve location of module here <<<

Server: 
2018-04-04T19:04:39.205:..\..\..\..\Local\dub\packages\dsymbol-0.3.0\dsymbol\src\dsymbol\conversion\first.d:visit:418 Could not resolve location of module 'tango\io\device\File'


[...]


uh how much memory do you have? Also try the precompiled DCD on 
the serve-d release page now


8G RAM. I don't think that's memory problem. You can try DWT 
project.