aboutsummaryrefslogtreecommitdiff
path: root/src/string_map.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Minor code changes to Map/StringMapgingerBill2021-08-091-7/+6
|
* Simplify `Map` and `StringMap` in the compiler to reuse the hashes' array ↵gingerBill2021-08-081-19/+21
| | | | data if possible.
* 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