Skip to content

Everlag/poeitemstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages