Everlag / poeitemstore

A simple Path of Exile stash indexer in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

poeitemstore CircleCI

This is a Path of Exile stash tab indexer based on boltdb aimed at maximum performance with minimal disk space.

All tests are in dbTest and test only functionality exposed by db.

Optimizations

Crossed out indicates didn't work out.

Indexes

Bucketing IDs into temporally and value-wise similar

Compression of index values overhead was too high for our workload, may revist in future with added metadata and optional compression based on workload in IndexEntry.

Set pooling clearing maps costs too much between IndexQueries. Switching to bitsets, both dense and sparse end up with significantly poorer performance. Did not try roaring bitmaps.

License

poeitemstore is licensed under either of

at your option.

About

A simple Path of Exile stash indexer in golang

License:Apache License 2.0


Languages

Language:Go 100.0%