shared
Thread-safe data structures
Provides shared types for Nim to safely use across threads with the Nim runtime's thread-local garbage collector
Nim library for shared types
11 stars
5 watching
0 forks
Language: Nim
last commit: over 5 years ago
Linked from 1 awesome list
locksnimseqsharedstringthreads
Related projects:
Repository | Description | Stars |
---|---|---|
genotrance/nimgen | Automates the wrapping of C libraries to simplify and speed up compilation with c2nim | 114 |
nvzqz/threadly | A framework for thread-local storage with type safety in Swift | 74 |
lucawolf/des.nim | A Nim implementation of cryptographic algorithms including DES and DUKPT. | 6 |
xxtea/xxtea-nim | A Nim library implementing a fast and secure encryption algorithm | 19 |
technicallyagd/unpack | Provides support for array, object, and tuple destructuring/unpacking in Nim. | 55 |
scinim/unchained | A compile-time units library with type safety and support for various unit systems | 110 |
mjendrusch/metric | Enables dimension-level analysis and unit handling in Nim programming language | 19 |
moigagoo/norm | An object-driven ORM library for interacting with relational databases using Nim programming language. | 384 |
geni/gedcom | A Clojure library providing an implementation of the GEDCOM data exchange standard | 4 |
devteam/immutype | Generates extension methods for immutable data types in .NET. | 41 |
jjv360/nim-classes | Adds class support to Nim by providing a set of macros and utilities for creating and managing classes. | 89 |
familysearch/gedcom | The FamilySearch GEDCOM specification is a standard for exchanging genealogical data and is implemented by this repository in various programming languages. | 169 |
qqtop/nimdataframe | A data manipulation and display library for Nim programming language | 15 |
cosmictoast/pipe | A library providing a reusable and flexible pipe operator for Nim programming language. | 60 |
lexi-lambda/threading | A collection of macros for Racket to facilitate thread-safe programming | 49 |