mgeisler / pygobLinks
Small Python library that can decode the Go gob format
☆39Updated 7 years ago
Alternatives and similar repositories for pygob
Users that are interested in pygob are comparing it to the libraries listed below
Sorting:
- Go library for loading Python's data serialized with pickle and PyTorch module files.☆154Updated last year
- ogórek is a Go library for encoding and decoding pickles.☆63Updated 11 months ago
- Callgraph analysis and visualization for Go☆169Updated 3 years ago
- Golang library to act on structure fields at runtime. Similar to Python getattr(), setattr(), hasattr() APIs.☆31Updated 5 years ago
- Golang implementation of Python's struct package☆47Updated 8 years ago
- interpol is a Go package for doing format-string like string interpolation using named parameters.☆48Updated 7 years ago
- Go implementation of the Rust `dbg` macro☆207Updated 6 years ago
- Storing strings without GC overhead☆86Updated last month
- Transform Go code into it's AST☆122Updated 6 years ago
- Golang LRU cache with expire feature.☆66Updated last year
- 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
- ⚡️ lock-free utilities in Go☆164Updated last year
- high performance key value database written in Go. Deprecated. Use robaho/leveldb☆87Updated 3 years ago
- Python's repr() for Go☆174Updated this week
- Go expression evaluation comparison☆56Updated last year
- 🃏 The Go SSA Playground: Exploring SSA IR | https://golang.design/gossa☆81Updated last week
- An easy, no-frills memoizer for Go. Cache your expensive function calls.☆125Updated last year
- In-memory implementation of Go's `io/fs.FS` interface☆122Updated last year
- Buffered Reader/Writer☆78Updated 7 months ago
- Sync primitive for golang. Key + Mutex = Kmutex☆38Updated last year
- A helper tool to work with profile.proto (pprof) files☆61Updated 3 years ago
- Call private methods freely in Golang☆45Updated 10 years ago
- Golang implementation of PEP3101☆82Updated 3 years ago
- Small library on top of reflect for make lookups to any Structs or Maps☆46Updated 2 years ago
- Precompiled Go versions of most of the grammars on https://github.com/antlr/grammars-v4.☆101Updated 4 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Load file-backed memory☆122Updated 3 years ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆91Updated 3 months ago
- Like sync.Mutex, but works across processes☆83Updated 7 months ago
- An efficient assembly hexadecimal implementation for Golang. [Abandoned].☆26Updated 6 years ago