Personal all-purpose utility library
Go to file
2022-10-12 19:17:51 +11:00
Project Add experimental win32 http, tester lib 2021-12-17 00:07:33 +11:00
_clang-format Inline the code directory 2021-08-09 09:03:15 +10:00
.gitignore Inline the code directory 2021-08-09 09:03:15 +10:00
build.bat dqn: Change convention to <lib>_<datastructure>_<function> for consistency 2022-10-12 19:17:51 +11:00
build.sh dqn: Add tests for perf counter, implement unix version 2021-08-09 17:47:13 +10:00
dqn_cpp_file.h build: Fix clang warnings 2022-06-29 00:08:35 +10:00
dqn_curl.h Rename the files back to enforce lower-case 2021-09-19 21:54:15 +10:00
dqn_jsmn.h dqn: Rewrite crappy arena and string implementations 2022-08-06 16:43:20 +10:00
dqn_keccak.h dqn: Change convention to <lib>_<datastructure>_<function> for consistency 2022-10-12 19:17:51 +11:00
dqn_money.h Rename the files back to enforce lower-case 2021-09-19 21:54:15 +10:00
dqn_tester.h tester: Update the testing library 2022-06-27 23:39:24 +10:00
dqn_tests_helpers.cpp dqn: Change convention to <lib>_<datastructure>_<function> for consistency 2022-10-12 19:17:51 +11:00
dqn_tests.cpp dqn: Change convention to <lib>_<datastructure>_<function> for consistency 2022-10-12 19:17:51 +11:00
dqn.h dqn: Change convention to <lib>_<datastructure>_<function> for consistency 2022-10-12 19:17:51 +11:00
readme.md Re-organize bulk of library code 2020-07-17 00:12:27 +10:00

Dqn

Personal utility library that provides allocator aware data structures, custom memory allocators and various miscellaneous helpers.