{"id":13511681,"url":"https://github.com/openacid/low","last_synced_at":"2025-04-07T08:17:48.716Z","repository":{"id":37271329,"uuid":"187597257","full_name":"openacid/low","owner":"openacid","description":"low level data type and utils in Golang.","archived":false,"fork":false,"pushed_at":"2023-05-19T22:57:24.000Z","size":345,"stargazers_count":83,"open_issues_count":14,"forks_count":10,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-31T07:05:46.402Z","etag":null,"topics":["datastructure","go","golang","lowlevel","util"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openacid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-05-20T08:14:29.000Z","updated_at":"2024-11-09T15:45:32.000Z","dependencies_parsed_at":"2022-09-04T16:01:47.322Z","dependency_job_id":"c7671b9c-fb53-492f-a83e-6404fb4f8b50","html_url":"https://github.com/openacid/low","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openacid%2Flow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openacid%2Flow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openacid%2Flow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openacid%2Flow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openacid","download_url":"https://codeload.github.com/openacid/low/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247615383,"owners_count":20967184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["datastructure","go","golang","lowlevel","util"],"created_at":"2024-08-01T03:01:05.662Z","updated_at":"2025-04-07T08:17:48.698Z","avatar_url":"https://github.com/openacid.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# low\nlow level data type and utils in Golang.\n\n[![Travis-CI](https://api.travis-ci.org/openacid/low.svg?branch=master)](https://travis-ci.org/openacid/low)\n[![AppVeyor](https://ci.appveyor.com/api/projects/status/1jnttodaenbrv3va/branch/master?svg=true)](https://ci.appveyor.com/project/drmingdrmer/low/branch/master)\n[![GoDoc](https://godoc.org/github.com/openacid/low?status.svg)](http://godoc.org/github.com/openacid/low)\n[![Report card](https://goreportcard.com/badge/github.com/openacid/low)](https://goreportcard.com/report/github.com/openacid/low)\n[![GolangCI](https://golangci.com/badges/github.com/openacid/low.svg)](https://golangci.com/r/github.com/openacid/low)\n[![Sourcegraph](https://sourcegraph.com/github.com/openacid/low/-/badge.svg)](https://sourcegraph.com/github.com/openacid/low?badge)\n[![Coverage Status](https://coveralls.io/repos/github/openacid/low/badge.svg?branch=master)](https://coveralls.io/github/openacid/low?branch=master)\n\nA stable low level function set is the basis of a robust architecture.\nIt focuses on stability and requires high test coverage.\n\n# Status\n\n![stability-stable](https://img.shields.io/badge/stability-stable-green.svg)\n\nThis project has been supporting all of our other go projects.\n\n# Install\n\n```sh\ngo get github.com/openacid/low/...\n```\n\n# Modules\n\n-   `bitmap` provides bitmap operations.  [![GoDoc](https://godoc.org/github.com/openacid/low/bitmap?status.svg)](http://godoc.org/github.com/openacid/low/bitmap)\n-   `bitword` provides n-bit word conversion to and from string.  [![GoDoc](https://godoc.org/github.com/openacid/low/bitword?status.svg)](http://godoc.org/github.com/openacid/low/bitword)\n-   `bmtree` encode a binary tree into a bitmap. [![GoDoc](https://godoc.org/github.com/openacid/low/bmtree?status.svg)](http://godoc.org/github.com/openacid/low/bmtree)\n-   `iohelper` provides extra interfaces than package io.  [![GoDoc](https://godoc.org/github.com/openacid/low/iohelper?status.svg)](http://godoc.org/github.com/openacid/low/iohelper)\n-   `pbcmpl` adds a header for proto.Message to make it self-described.  [![GoDoc](https://godoc.org/github.com/openacid/low/pbcmpl?status.svg)](http://godoc.org/github.com/openacid/low/pbcmpl)\n-   `sigbits` extracts significant bits from a sorted list of strings..  [![GoDoc](https://godoc.org/github.com/openacid/low/sigbits?status.svg)](http://godoc.org/github.com/openacid/low/sigbits)\n-   `size` provides value size operations.  [![GoDoc](https://godoc.org/github.com/openacid/low/size?status.svg)](http://godoc.org/github.com/openacid/low/size)\n-   `tree` provides abstract tree operations.  [![GoDoc](https://godoc.org/github.com/openacid/low/tree?status.svg)](http://godoc.org/github.com/openacid/low/tree)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenacid%2Flow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenacid%2Flow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenacid%2Flow/lists"}