Skip to content

mkkb473/mapit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

go run cmd/main.go -sampling-bound=1000000 -bytes-size=4 -iterator-size=4
    -sampling-bound: should be greater than 131072 (8*(4**7))
    -bytes-size: should be greater than 4
    -iterator-size: iterator's data array size, should be greater than 0 and less than 100

KV is struct with []byte as Key and Iterator as Value;
    Key is parsed from randomly generated int32 with BigEndian
    Iterator is very simply constructed, probably very slow.

Releases

No releases published

Packages

No packages published

Languages