Add hash set implementation
Release / release (push) Successful in 4s

This commit is contained in:
2026-09-23 22:34:23 +01:00
parent 20e890964f
commit 68640dc5e2
12 changed files with 590 additions and 44 deletions
+8
View File
@@ -9,6 +9,7 @@
#include "test_cpath.h"
#include "test_file.h"
#include "test_hasher.h"
#include "test_hashset.h"
#include "test_shell_commander.h"
#include "wapp.h"
#include <stdlib.h>
@@ -105,6 +106,13 @@ int main(void) {
test_wapp_file_remove,
test_murmur3,
test_siphash_128,
test_hashset,
test_hashset_alloc,
test_hashset_find,
test_hashset_insert_capped,
test_hashset_insert_alloc,
test_hashset_remove,
test_hashset_clear,
test_commander_cmd_success,
test_commander_cmd_failure,
test_commander_cmd_out_buf_success,