low level data type and utils in Golang.
A stable low level function set is the basis of a robust architecture. It focuses on stability and requires high test coverage.
This project has been supporting all of our other go projects.
go get github.com/openacid/low/...
bitmap
provides bitmap operations.bitword
provides n-bit word conversion to and from string.bmtree
encode a binary tree into a bitmap.iohelper
provides extra interfaces than package io.pbcmpl
adds a header for proto.Message to make it self-described.sigbits
extracts significant bits from a sorted list of strings..size
provides value size operations.tree
provides abstract tree operations.