beef331 / constructorLinks
Nim macros to aid in object construction including event programming, and constructors.
☆52Updated last month
Alternatives and similar repositories for constructor
Users that are interested in constructor are comparing it to the libraries listed below
Sorting:
- A package that makes creating macros easier☆63Updated 3 years ago
- typesafe-ish macro library☆33Updated 3 months ago
- Benchmarking.☆59Updated last month
- Utility macros for easier handling of options in Nim☆36Updated 4 years ago
- Trait/interface system for Nim, allowing semi-checked generics or dynamic dispatch on signatures.☆33Updated 3 months ago
- Mirror of a static code analyzer for Nim programming language☆43Updated 3 weeks ago
- ☆75Updated 3 years ago
- serialize native Nim types to strings, streams, sockets, whatever ⛄☆49Updated 4 years ago
- Thread-safe pools. Great for database connections in a multithreaded HTTP server.☆34Updated last year
- Plugin system for Nim☆31Updated 5 years ago
- Sampling profiler that finds hot paths in your code.☆48Updated 2 years ago
- Fast, in-process key-value store with a table-like interface persisted to disk using lmdb.☆42Updated 5 months ago
- Anonymous unions in Nim☆56Updated 6 months ago
- A Calculation caching Nim library☆40Updated 2 years ago
- A high throughput MPMC lock-free queue based on a paper by Giersch, Nolte et al implemented in pure Nim.☆70Updated last year
- A simple iterator library to enable more efficient iterators☆50Updated 2 months ago
- Sigils - a slot and signals implementation for the Nim programming language