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
{{ message }}
This repository was archived by the owner on May 9, 2022. It is now read-only.
The treebitmap is currently fixed-stride, 4 bits. Better compression can be achieved by a well-chosen variable-length stride.
The Tree-Bitmap paper suggests 13-4-4-4-4-3 as a good choice for IPv4.
A good stride pattern for IPv6 needs to be researched.