You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if [ "$TRAVIS_OS_NAME" = linux -a "$TRAVIS_CPU_ARCH" = amd64 -a "$TRAVIS_JULIA_VERSION" = 1.5 ]; then julia --project -e 'import Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'; fi
Julia `Dict` and `Set` data structures safely persisted to disk.
4
6
5
7
All collections are backed by [LMDB](https://en.wikipedia.org/wiki/Lightning_Memory-Mapped_Database) - a super fast B-Tree based embedded KV database with ACID guaranties.
0 commit comments