Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bit Index for golang

This is a general structue to build index for bit array. It was initially created for query of IP address range.

It is a recursive binary structure, which can be serialized to json. Here goes an example.

map:
  0b110 -> 10
  0b101 -> 20

serialized to json:
  [0, [[0, 20], [10, 0]]]

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages