This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-09-02 10:13:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a635f0ef91fc388c0a2ee4aa36462c5e45134e82
Odin
/
tests
/
core
/
container
History
Karl Zylinski
a0a75bf4a7
Split the non-specific parts of the Handle Map out to a
general.odin
file. This means that the Handles and the generic procedure groups are no longer in static_handle_map.odin. Also enabled and fixed the static handle map test. Added another test that uses the generic procedure groups.
2026-08-19 17:03:59 +02:00
..
test_core_avl.odin
Use test's random generator
2024-06-15 15:49:05 -04:00
test_core_bit_array.odin
Add tests for
Bit_Array
2024-09-03 17:23:42 -04:00
test_core_handle_map.odin
Split the non-specific parts of the Handle Map out to a
general.odin
file. This means that the Handles and the generic procedure groups are no longer in static_handle_map.odin. Also enabled and fixed the static handle map test. Added another test that uses the generic procedure groups.
2026-08-19 17:03:59 +02:00
test_core_priority_queue.odin
[core:container/priority_queue] Add example and tests
2026-02-24 13:05:26 +01:00
test_core_queue.odin
Add tests
2026-02-15 14:54:31 +01:00
test_core_rbtree.odin
ensure key reuse for upsert test
2026-07-10 21:48:52 +02:00
test_core_small_array.odin
Add small array resize tests
2025-09-15 14:50:33 +02:00
test_core_xar.odin
[core:container/priority_queue] Add example and tests
2026-02-24 13:05:26 +01:00