-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add caching and performance improvements to CSV Generator Lite
- Add global JSON file caching to reduce disk I/O operations - Add test to verify CSV Generator Lite respects 3000 rows limit per output file - Add test to verify data integrity during multiprocessing in CSV Generator Lite - Test checks for duplicates, missing entries and data corruption - Test processes 3500 entries split across multiple input files
- Loading branch information
arcangelo7
committed
Jan 28, 2025
1 parent
fe99bcc
commit 491cc1e
Showing
3 changed files
with
197 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters