aboutsummaryrefslogtreecommitdiff
path: root/src/string_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unify `MapFindResult` typesgingerBill2021-11-051-54/+37
* Change map index types to `u32` from `isize`gingerBill2021-11-051-15/+14
* Improve performance of the compiler hash table types and unify behaviourgingerBill2021-11-051-43/+51
* Minor code changes to Map/StringMapgingerBill2021-08-091-7/+6
* Simplify `Map` and `StringMap` in the compiler to reuse the hashes' array dat...gingerBill2021-08-081-19/+21
* Minor improvements to `Map` and `StringMap`gingerBill2021-07-101-23/+23
* Try `try` and `or_else` built-in procedures with operators `try` and `try else`gingerBill2021-07-041-0/+21
* Minor fixes to improve hash map/set performancegingerBill2020-05-211-3/+6
* Simplify compiler's `Map` and create a `StringMap` specifically for stringsgingerBill2020-04-131-0/+257