No description
Find a file
2019-06-09 11:55:14 +02:00
docs docgen 2019-05-12 22:23:46 +02:00
tests aggregate the results from worker and check against expected result 2018-11-05 21:50:04 +01:00
.gitignore invalidptr def adjusted 2019-05-12 22:15:40 +02:00
config.nims test and nimble config added 2018-11-04 12:39:03 +01:00
LICENSE Initial commit 2018-11-04 12:05:55 +01:00
README.md test desc fixed 2019-06-09 11:55:14 +02:00
sharedmempool.nim docgen 2019-05-12 22:23:46 +02:00
sharedmempool.nimble renamed test-task to test 2018-11-05 21:55:33 +01:00

sharedmempool

shared memory pool implementation in Nim

doc

the module documentation is here

dependencies

STDL only

tests

to compile and run the tests type "nimble test" within the projects main directory after cloning the repository. The tests itself are not installed via the nimble installation

Comments, bug reports and PR´s always welcome.