akualab / narray
Multidimensional Arrays for the Go Language
☆35Updated 9 years ago
Alternatives and similar repositories for narray:
Users that are interested in narray are comparing it to the libraries listed below
- Remove implicit field traversals from Go source☆37Updated 3 years ago
- Careful implementation of Jaro and Jaro-Winkler text difference algorithms☆17Updated 8 years ago
- github.com/cznic/ccir has moved to modernc.org/ccir☆29Updated 6 years ago
- Go implemetation of cuckoo filters☆28Updated 3 years ago
- A radix sorting library for Go (golang)☆51Updated last year
- My sandbox for go experiments☆27Updated 5 years ago
- Plotting package for Go☆41Updated 6 years ago
- Efficient thread-safe circular byte buffer to keep in-memory logs☆21Updated 4 years ago
- A high performance lock free map type for go.☆19Updated 7 years ago
- wyhash fast non-cryptographic string hash☆35Updated 4 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- Data structure interface to database/sql☆48Updated 5 years ago
- xast: ast rewriter with built-in clean up.☆27Updated 7 years ago
- github.com/cznic/ccgo has moved to modernc.org/ccgo☆36Updated 6 years ago
- github.com/cznic/plot has moved to modernc.org/plot☆17Updated 6 years ago
- An assortment of more specialized math routines for Go☆71Updated 5 months ago
- One-pass running statistics☆51Updated 3 years ago
- A tool for reading Go core files☆16Updated 7 years ago
- Fast, sparse bitsets☆20Updated 4 years ago
- Vgo is a compiler for vector expressions. It generates SSE2 code for amd64.☆34Updated 7 years ago
- General purpose libraries used by Vanadium.☆34Updated 6 months ago
- A []byte pool for Go.☆41Updated 2 years ago
- Reference implementations for golang/go#38203 and golang/go#19367.☆26Updated 3 years ago
- ☆29Updated 8 years ago
- Cozely: a simple framework for making games in Go☆12Updated 6 years ago
- A library of some of the utility functions provided by (but not exported) by cmd/go☆62Updated 7 years ago
- singlefile implements a host wide locking mechanism.☆34Updated 10 years ago
- thin wrapper over the data-driven documents (d3) library for use with gopherjs☆22Updated 9 years ago
- BitSet data structure in golang