dtgorski / jsonlex
[MODULE] - Fast JSON lexer (tokenizer) with no memory footprint and no garbage collector pressure (zero-alloc). 5x faster compared to Go's default encoding/json tokenizer.
☆47Updated 2 years ago
Alternatives and similar repositories for jsonlex:
Users that are interested in jsonlex are comparing it to the libraries listed below
- Versioned Binary Serialization☆17Updated 7 months ago
- Nats-mutex is a distributed lock library using NATS JetStream.☆27Updated 3 months ago
- A collection of efficient generic integer parser functions for Go☆19Updated 4 months ago
- Wrapper for simple golang preprocessors☆25Updated 2 months ago
- Golang in-memory caching stream reader☆34Updated 11 months ago
- Ordered codes for database keys☆41Updated 7 months ago
- 🏇🏻 generalist, fast and tiny binary parser and compiler generator, powered by Go 1.18+ Generics☆58Updated 2 years ago
- Simple expression evaluation engine for Go☆72Updated 4 years ago
- Encrypted drop-in replacement of golang' os.File. It handles WriteAt, Seek, Truncate, etc. Can deal with huge files, random access, etc.☆46Updated last year
- An (almost) compliant XPath 1.0 library.☆47Updated 10 months ago
- A Go API for perf_event_open☆21Updated 7 months ago
- Type safe multi-type map for Go☆12Updated 6 months ago
- Generic concurrent lock-free map for Golang☆44Updated 5 months ago
- Use yaegi as a template engine.☆32Updated last year
- Tiny wrapper around SQLX for Generic SQL queries☆48Updated 3 months ago
- XML Tokenizer is a low-memory high performance non-namespace parser library for parsing simple XML 1.0.☆41Updated 3 weeks ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated 6 months ago
- 🔀 schedule functions on the main thread☆34Updated 2 years ago
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go t…☆47Updated 2 years ago
- Time Ranges☆39Updated last year
- little websocket implementation☆36Updated 2 years ago
- A Golang package for sending emails using SMTP, SparkPost, SendGrid and MailGun☆15Updated last year
- Tiny cross-platform terminal color library☆8Updated last month
- iterator library for go using a rangefunc experiment☆26Updated 3 months ago
- Worker for golang