Skip to content
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
88baed5
Implement basic CSV parsing and JSON output generation in `Parser`.
realKfiros Mar 12, 2026
5cbf8d9
Refactor `Parser` to use constants for URI prefix and date length; im…
realKfiros Mar 12, 2026
f23ce7f
Simplify visit count logic in `Parser` by removing redundant checks.
realKfiros Mar 12, 2026
7152390
Refactor `Parser` to improve visit aggregation by introducing key sep…
realKfiros Mar 12, 2026
74dce79
Merge branch 'tempestphp:main' into main
realKfiros Mar 12, 2026
9c67e73
Refactor `Parser` to extract JSON writing logic into a dedicated `wri…
realKfiros Mar 12, 2026
d519bfa
Refactor `Parser` to streamline parsing logic by introducing static p…
realKfiros Mar 12, 2026
37977b2
Simplify JSON writing in `Parser` by replacing `writeJson` method wit…
realKfiros Mar 12, 2026
b888457
Introduce date-to-ID mapping in `Parser` for optimizing visit aggrega…
realKfiros Mar 12, 2026
091166a
Refactor `Parser` to optimize visit counting and JSON output generati…
realKfiros Mar 12, 2026
d28fcb4
Refactor `Parser` to replace `discoverPaths` with `getKnownPaths` for…
realKfiros Mar 12, 2026
073e0bf
Refactor `Parser` to optimize chunk processing, enhance date registry…
realKfiros Mar 12, 2026
14fbdc9
Refactor `Parser` to use `JSON_PRETTY_PRINT` instead of `JSON_UNESCAP…
realKfiros Mar 12, 2026
78f1b5f
Fix validation problems - change the order of the known paths in the …
realKfiros Mar 13, 2026
b4abad2
Extreme tryhard mode! Refactor `Parser` to simplify date handling, op…
realKfiros Mar 13, 2026
a8087c6
Bug fixed - check for non null specifically because otherwise it won'…
realKfiros Mar 13, 2026
031b9b6
Disable garbage collection in `Parser::parse` to improve performance …
realKfiros Mar 13, 2026
c9edf11
Optimize `Parser` by introducing year offsets for faster date computa…
realKfiros Mar 13, 2026
9e3430f
Refactor `Parser` by replacing `discoverPaths` with `buildKnownPaths`…
realKfiros Mar 14, 2026
a1d148a
Refactor `Parser` to enhance date handling by introducing `date_id_ma…
realKfiros Mar 14, 2026
3f05409
Cleanup some leftovers
realKfiros Mar 14, 2026
4bf938a
Refactor `Parser` by modularizing `buildDateList` and `buildPathMap`,…
realKfiros Mar 15, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading