Skip to content

Commit af964dc

Browse files
authored
Merge pull request #6 from CppCXY/gc
Gc refactor
2 parents e45e43e + 2eda585 commit af964dc

File tree

12 files changed

+1261
-1190
lines changed

12 files changed

+1261
-1190
lines changed

PERFORMANCE_REPORT.md

Lines changed: 262 additions & 232 deletions
Large diffs are not rendered by default.

benchmarks/bench_iterators.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- Benchmark: Iterators (ipairs, pairs, custom)
2-
local iterations = 100000
2+
local iterations = 10000
33

44
print("=== Iterators Benchmark ===")
55
print("Iterations:", iterations)

0 commit comments

Comments
 (0)