enso/test/Table_Tests
Radosław Waśko b9bf958f2c
Efficient joining for Equals and Equals_Ignore_Case using a hashmap (#3978)
- Implemented https://www.pivotaltracker.com/story/show/183913276
- Refactored MultiValueIndex and MultiValueKeys to be more type-safe and more direct about using ordered or unordered maps.
- Added performance tests ensuring we use an efficient algorithm for the joins (the tests will fail for a full O(N*M) scan).
- Removed some duplicate code in the Table library.
- Added optional coloring of test results in terminal to make failures easier to spot.
2022-12-14 22:56:20 +00:00
..
data Split Common_Table_Spec into smaller modules, tidy up Table tests (#3940) 2022-12-01 17:02:44 +00:00
scripts/postgresssl Docker file for testing Postgres SSL and updated Postgres Spec (#3607) 2022-07-26 13:28:43 +00:00
src Efficient joining for Equals and Equals_Ignore_Case using a hashmap (#3978) 2022-12-14 22:56:20 +00:00
package.yaml Simple CSV parser (#1268) 2020-11-05 16:53:50 +01:00