cozydev-pink / protosearch

prototype search library in pure scala
https://cozydev-pink.github.io/protosearch/
Apache License 2.0
9 stars 5 forks source link

Document (and design) the binary index format #156

Open valencik opened 9 months ago

valencik commented 9 months ago

Currently we use a binary format that was created adhoc by just throwing things at scodec until it worked. Admittedly, I think it's awesome that it works at all, and scodec is very fun to use.

We should actually design a binary format and try to stick to it.

Pros:

Cons:

valencik commented 9 months ago

Why Binary?

Design Notes

Some resources: