maxpoletaev / directcgoLinks
Calling C functions from Go with minimal overhead
☆13Updated 6 months ago
Alternatives and similar repositories for directcgo
Users that are interested in directcgo are comparing it to the libraries listed below
Sorting:
- Fast, thread-safe arena allocators☆23Updated 2 years ago
- Versioned Binary Serialization☆17Updated 11 months ago
- Generate pure go wrappers to c functions☆11Updated 2 years ago
- Clay UI rewrite in Go for science.☆19Updated last month
- High quality text shaping in pure Go.☆116Updated 3 weeks ago
- Matcher is a fast path matcher/globber supporting globstar/doublestar☆52Updated 2 years ago
- Cgo-free bindings☆22Updated 3 years ago
- Fonts and text layout for Golang☆50Updated 6 months ago
- Go character encoding detector☆22Updated this week
- A utility to hide a console automatically without `-ldflags "-Hwindowsgui"` on Windows☆26Updated 8 months ago
- Generic concurrent lock-free map for Golang☆44Updated 9 months ago
- go-delta - A Go package and utility to generate and apply binary delta updates.☆29Updated 4 years ago
- raylib-go bindings for the web☆19Updated this week
- strftime/strptime for Go☆18Updated 2 years ago
- JPEG XL image encoder/decoder☆28Updated 3 weeks ago
- vkng wrapper - vulkan core 1.0-1.2☆33Updated 2 years ago
- Autogenerated GTK4+Adwaita bindings for Go leveraging ebitengine/purego☆22Updated 2 months ago
- A Go API for perf_event_open☆24Updated 11 months ago
- 🔀 schedule functions on the main thread☆38Updated 3 years ago
- A tiny, portable, immediate-mode UI library ported to idiomatic Go☆40Updated 8 months ago
- Fast, zero-allocation, lexicographic-order-preserving packing/unpacking of native Go types to bytes.☆45Updated 6 months ago
- Pure Go encoder/decoder of the QOI image format☆68Updated 3 years ago
- Use yaegi as a template engine.☆32Updated 2 years ago
- Go linter that checks types that are json encoded - reports unsupported types and unnecessary error checks☆41Updated last week
- A Go string concatenation library that is more efficient than strings.Builder.☆39Updated 3 weeks ago
- A collection of efficient generic integer parser functions for Go