kelindar / simdLinks
Package with auto-vectorized math functions for Go
☆29Updated 6 months ago
Alternatives and similar repositories for simd
Users that are interested in simd are comparing it to the libraries listed below
Sorting:
- Fast, type-safe task orchestration , designed for efficient concurrent processing and asynchronous operations.☆16Updated 6 months ago
- Storing strings without GC overhead☆84Updated 3 weeks ago
- Expression evaluator for Go☆78Updated last week
- Server for benchmarking pure Go key/value databases☆162Updated 2 years ago
- Go assembly transpiler for C programming language☆108Updated last month
- Raft backend implementation using BadgerDB☆120Updated 2 years ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 4 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- fast int64-int64 map for go☆99Updated 2 months ago
- Optimized functions for Go using SIMD☆192Updated 5 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆70Updated last year
- Fast integer map for uint32-to-uint32☆32Updated 6 months ago
- ☆30Updated 2 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆56Updated 5 months ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆75Updated 4 months ago
- Load file-backed memory☆122Updated 3 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆73Updated last year
- Wrapper around LUA script executor for long-running scripts☆24Updated last year
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Optimized implementation of Cuckoo Filter: Practically Better Than Bloom.☆47Updated last month
- a decision & trigger framework backed by Google's Common Expression Language☆64Updated 4 years ago
- Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.☆43Updated 5 years ago
- 64-bit Roaring Bitmaps in Go