Commit Graph

2 Commits

Author SHA1 Message Date
Max Podkorytov
1a5d956be7 Use unique prime values in container helper tests
- Replace repeated 1,2,3,4 values with unique primes
- Each test now uses distinct input values
2026-01-20 10:37:36 -06:00
Max Podkorytov
0c8188374a Add unit tests for template optimization helpers
Add Google Tests for optimized template utilities:
- sequence_gen: Tests with custom functors (4 tests)
- generate_identity_sequences: Tuple of identity sequences (4 tests)
- find_in_tuple_of_sequences: O(1) sequence search (6 tests)
- sequence_find_value: Value lookup in sequences (5 tests)
- container_concat: Tuple/array concatenation (5 tests)
- make_uniform_tuple: Repeated value tuples (4 tests)
- compute_element_space_size: Fold expression (8 tests)
- unpack_and_merge_sequences: Sequence merging (2 tests)

Total: 43 new tests across 4 test files.
2026-01-19 18:35:57 -06:00