zupzup / ast-manipulation-exampleLinks
A simple example of manipulating the ast in Go
☆19Updated 5 years ago
Alternatives and similar repositories for ast-manipulation-example
Users that are interested in ast-manipulation-example are comparing it to the libraries listed below
Sorting:
- Benchmark all the top in-memory Go caching libraries☆61Updated 2 years ago
- fast int64-int64 map for go☆100Updated 3 months ago
- A memory allocator for Go.☆86Updated 5 years ago
- A goroutine limiter for Go☆84Updated 3 years ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 9 years ago
- A fast string sorting algorithm (MSD radix sort)☆196Updated 7 years ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Deep copy generator☆160Updated 2 months ago
- Non-Invasive goroutine inspector☆93Updated 6 months ago
- Intern Go strings☆97Updated 2 years ago
- A library for graceful restarts in Go.☆96Updated 8 years ago
- ssaview live-renders the SSA representation of a go program☆70Updated 10 years ago
- TryLock for Go☆66Updated 6 years ago
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- flexible data type for Go☆49Updated 5 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 9 years ago
- Storing strings without GC overhead☆86Updated last month
- Go client library for Pilosa☆57Updated 3 years ago
- Locking wrapper for running benchmarks on shared hosts☆156Updated 2 years ago
- Miscellaneous Go toys☆134Updated 6 years ago
- ☆101Updated last year
- Tools to process Go trace logs into various profiles. Complement for "go tool trace".☆109Updated 8 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Updated 3 years ago
- Accompanying code for Gophercon Russia 2019 talk about Bitmap Indexes☆53Updated 6 years ago
- Load file-backed memory☆122Updated 3 years ago
- Fast resizable golang semaphore primitive☆177Updated 4 years ago
- Detect all kinds of leaks in Go☆133Updated 10 years ago
- Golang LRU cache with expire feature.☆66Updated last year
- Golang circular (ring) buffer☆177Updated 3 years ago
- Golang (as of 1.12.5) runtime internals that gives you an access to internal scheduling primitives. Park Gs, read IDs. (for learning purp…☆70Updated 6 years ago