martinlindhe / base36Links
Base36 implementation in golang
☆63Updated last year
Alternatives and similar repositories for base36
Users that are interested in base36 are comparing it to the libraries listed below
Sorting:
- A go function to report total system memory☆206Updated 3 years ago
- ASCII transliterations of Unicode text.☆142Updated 2 years ago
- Simple string pattern matcher for Go☆134Updated 2 months ago
- A complete solution for static files in Go code☆129Updated last year
- Character set conversion for Go☆63Updated 6 years ago
- A fast ISO8601 date parser for Go☆156Updated 2 months ago
- Golang pkg for URL parsing and normalization☆160Updated 3 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆91Updated 5 years ago
- Detection of the BOM and removing as necessary☆130Updated 2 years ago
- Golang circular (ring) buffer☆177Updated 3 years ago
- A pure Go implementation of the smaz compression library for short strings.☆83Updated 3 years ago
- Intern Go strings☆96Updated 2 years ago
- Human readable byte formatter☆223Updated last week
- Optimized bit-level Reader and Writer for Go.☆253Updated 2 years ago
- A PDF renderer for the goldmark markdown parser.☆140Updated 4 months ago
- A fast string sorting algorithm (MSD radix sort)☆194Updated 7 years ago
- Handle locking via pid files☆143Updated 3 years ago
- A Go (golang) library for wrapping words in a string.☆124Updated 5 years ago
- a package for decode form's values into struct in Go☆192Updated 3 years ago
- Get disk usage information like how much space is available, free, and used☆130Updated 2 years ago
- A debouncer written in Go.☆136Updated last week
- Golang helpers for data sizes (kilobytes, petabytes), human readable sizes, parsing☆163Updated last year
- Bitset data structure☆167Updated 2 years ago
- An in-process simple publish/subscribe library for golang