low

module
v0.1.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 27, 2021 License: MIT

README

low

low level data type and utils in Golang.

Travis-CI AppVeyor GoDoc Report card GolangCI Sourcegraph Coverage Status

A stable low level function set is the basis of a robust architecture. It focuses on stability and requires high test coverage.

Status

stability-stable

This project has been supporting all of our other go projects.

Install

go get github.com/openacid/low/...

Modules

  • bitmap provides bitmap operations. GoDoc
  • bitword provides n-bit word conversion to and from string. GoDoc
  • bmtree encode a binary tree into a bitmap. GoDoc
  • iohelper provides extra interfaces than package io. GoDoc
  • pbcmpl adds a header for proto.Message to make it self-described. GoDoc
  • sigbits extracts significant bits from a sorted list of strings.. GoDoc
  • size provides value size operations. GoDoc
  • tree provides abstract tree operations. GoDoc

Directories

Path Synopsis
Package bitmap provides basic bitmap operations.
Package bitmap provides basic bitmap operations.
Package bitword provides string operations functions
Package bitword provides string operations functions
Package bmtree encode a binary tree into a bitmap.
Package bmtree encode a binary tree into a bitmap.
Package iohelper provides extra interfaces than package io.
Package iohelper provides extra interfaces than package io.
mathext
util
Package util provides most used math functions that golang does not provided.
Package util provides most used math functions that golang does not provided.
zipf
Package zipf provides zipf impl.
Package zipf provides zipf impl.
Package pbcmpl provides a header for proto.Message One of the known protobuf issue is that user must control the size when unmarshaling.
Package pbcmpl provides a header for proto.Message One of the known protobuf issue is that user must control the size when unmarshaling.
Package sigbits extracts significant bits from a sorted list of strings.
Package sigbits extracts significant bits from a sorted list of strings.
Package size provides value size operations.
Package size provides value size operations.
Package tree provides abstract tree operations.
Package tree provides abstract tree operations.
Package typehelper provides with some type conversion utility functions.
Package typehelper provides with some type conversion utility functions.
Package vers provides version checking functionalities.
Package vers provides version checking functionalities.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL