package
0.0.1
Repository: https://github.com/boss-net/hmap.git
Documentation: pkg.go.dev

# Functions

Open a new file based db.

# Constants

Use full disk kv store to remove all duplicates - it should have low heap memory footprint but lots of I/O interactions.
MemoryFilter uses bitset in-memory filters to remove duplicates.
MemoryLRU keeps in memory the last x items and filter with a look-back probabilistic window with fixed size.
Uses go standard map without eviction - grows linearly with the items number.
No description provided by the author

# Variables

50Mb.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

FileDB - represents a file db implementation.
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author