Anders Rune Jensen

Results 117 comments of Anders Rune Jensen

This is good input. In JavaScript we now have [map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) that can store any value as key. I'm thinking of doing a proper spec of bipf as I need to...

Yes exactly, the non-browser part is why I didn't want to use them. Also it seems that the bitmap operation is not the part that takes up most of the...

True, this could be a good speedup, especially if you have many deleted messages. Could just be a pre-filter, we still have the check in get which is good to...

@elavoie that does indeed sound like a bug. But maybe some context on why other people have not run into the same problem. The unix socket is often used together...

remove callAsync and yo + yo2 is printed.

> Now, the inverted index above really looks like a leveldb kind of thing, so maybe we're just reinventing leveldb. Or maybe not! We don't need to sort the keys,...

About the author index, we [do](https://github.com/ssb-ngi-pointer/ssb-db2/blob/master/indexes/base.js#L65) already have a level index of author messages sorted by `sequence`.

That should probably be it @tschudin. There is a tradeoff between speed and space, but I do agree that minimal encoding of integers and doubles should be explored. More information...

Just ran into this bug. Thanks for fixing @olivier-spinelli