poeitemstore

command module
v0.0.0-...-89d8475 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2017 License: Apache-2.0, MIT Imports: 5 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package dbTest holds tests for externally available functionality of the db package This avoids clutter and keeps things pretty.
Package dbTest holds tests for externally available functionality of the db package This avoids clutter and keeps things pretty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL