diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-24 12:07:18 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 815cde44e5060ad093347bb47fc66d41c9d3a3ed (patch) | |
| tree | fdbd7a4d55ae6da4e4cdc841343d63bf7dcc826c /include/cnn1986_treap_cache.h | |
| parent | 93f66971f66c14f18aba743b6d0f8b0f557351ca (diff) | |
Still trying
|
Diffstat (limited to 'include/cnn1986_treap_cache.h')
| -rw-r--r-- | include/cnn1986_treap_cache.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/cnn1986_treap_cache.h b/include/cnn1986_treap_cache.h deleted file mode 100644 index 20b2fbc..0000000 --- a/include/cnn1986_treap_cache.h +++ /dev/null @@ -1,17 +0,0 @@ -#include <stdlib.h> -#include <stdint.h> -#include <tak.h> -#include <xorshift64.h> - -extern uint32_t cnn1986_num_cached; - -int cnn1986_cache_init(void); -void cnn1986_cache_free(void); - -int cnn1986_cache_seek(const uint64_t key_lo, - const uint64_t key_hi, - float *out_result); - -int cnn1986_cache_insert(const uint64_t key_lo, - const uint64_t key_hi, - const float in_result); |
