fixed some theoretical bugs

This commit is contained in:
2025-06-29 11:24:49 +02:00
parent 8f5cfb6be1
commit 230de47515
4 changed files with 14 additions and 5 deletions

View File

@@ -65,7 +65,7 @@
#define NN_CALL_HEAT 0.05
#define NN_CALL_COST 1
#define NN_LABEL_SIZE 128
#define NN_INDIRECT_CALL_LATENCY 0.005
#define NN_INDIRECT_CALL_LATENCY 0.0005
typedef struct nn_guard nn_guard;
typedef atomic_size_t nn_refc;