index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
string_map.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix memory leak caused by awful realloc usage on Linux
gingerBill
2023-04-21
1
-1
/
+3
*
Bring `PtrMap` inline with `StringMap`
gingerBill
2023-01-14
1
-7
/
+2
*
Minor changes to `StringMap` allocation
gingerBill
2023-01-14
1
-2
/
+8
*
Minimize `StringMap` structure usage
gingerBill
2023-01-14
1
-100
/
+126
*
Clean up use of `StringMap`
gingerBill
2023-01-13
1
-42
/
+33
*
Inline map gets; cast explicitly on TOMBSTONE checking
gingerBill
2023-01-05
1
-3
/
+12
*
Allow all set entry types to be implicitly cast to their key/value type to al...
gingerBill
2023-01-03
1
-3
/
+10
*
Make all maps use heap allocator implicitly
gingerBill
2023-01-03
1
-4
/
+14
*
Remove dead code in the compiler
gingerBill
2022-12-18
1
-2
/
+0
*
`gb_internal` a lot
gingerBill
2022-12-18
1
-41
/
+41
*
Replace compiler for loops for the hash-table types to simplify code usage
gingerBill
2022-12-09
1
-0
/
+23
*
Unify `MapFindResult` types
gingerBill
2021-11-05
1
-54
/
+37
*
Change map index types to `u32` from `isize`
gingerBill
2021-11-05
1
-15
/
+14
*
Improve performance of the compiler hash table types and unify behaviour
gingerBill
2021-11-05
1
-43
/
+51
*
Minor code changes to Map/StringMap
gingerBill
2021-08-09
1
-7
/
+6
*
Simplify `Map` and `StringMap` in the compiler to reuse the hashes' array dat...
gingerBill
2021-08-08
1
-19
/
+21
*
Minor improvements to `Map` and `StringMap`
gingerBill
2021-07-10
1
-23
/
+23
*
Try `try` and `or_else` built-in procedures with operators `try` and `try else`
gingerBill
2021-07-04
1
-0
/
+21
*
Minor fixes to improve hash map/set performance
gingerBill
2020-05-21
1
-3
/
+6
*
Simplify compiler's `Map` and create a `StringMap` specifically for strings
gingerBill
2020-04-13
1
-0
/
+257