atercattus / go-static-link-exampleLinks
Example (for memory) build static golang example binary with static C++ library (*.go + (*.cpp -> *.a) -> static binary)
☆24Updated 10 years ago
Alternatives and similar repositories for go-static-link-example
Users that are interested in go-static-link-example are comparing it to the libraries listed below
Sorting:
- Low level image processing library in pure Go with SIMD assembly☆132Updated 8 years ago
- XML DOM processing for Golang, supports xpath query☆48Updated last year
- Go client library for Pilosa☆57Updated 3 years ago
- Simple string pattern matcher for Go☆136Updated 5 months ago
- Package errc simplifies error and defer handling.☆78Updated 8 years ago
- Decompress .7z files in Go using 7z executable☆33Updated 4 years ago
- System V shared memory functions in pure Go.☆135Updated last year
- An in-process simple publish/subscribe library for golang☆108Updated 5 years ago
- ☆23Updated 6 years ago
- Static bit vector structures library☆72Updated 6 years ago
- ☠️ mkill limits the number of threads in a Go program, without crashing it.☆23Updated 5 years ago
- Create PDF from HTML☆24Updated 7 years ago
- A goroutine limiter for Go☆84Updated 3 years ago
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 9 years ago
- Facade to the Video4Linux video capture interface.☆90Updated last year
- Go reflection simplified☆103Updated last year
- Pure Go implementation of xxHash (32 and 64 bits versions)☆63Updated 5 years ago
- A pure Go implementation of the smaz compression library for short strings.☆83Updated 3 years ago
- A JSON stream parser for Go☆68Updated 3 years ago
- Go's missing DateTime package☆37Updated 2 months ago
- A tiny library to get current goroutine id☆89Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.