Wrote a benchmark to test TOY_BUCKET_IDEAL sizes

This commit is contained in:
2024-12-18 00:40:17 +11:00
parent 04c799954c
commit 8b5cc3b493
3 changed files with 72 additions and 58 deletions

View File

@@ -6,11 +6,11 @@
#include "toy_print.h"
//basic structures
#include "toy_bucket.h"
#include "toy_string.h"
#include "toy_value.h"
#include "toy_array.h"
#include "toy_stack.h"
#include "toy_bucket.h"
#include "toy_string.h"
#include "toy_table.h"
//IR structures and other components