Commit Graph

8 Commits

Author SHA1 Message Date
8edd019ca8 Some neat stylistic changes, Feel free to reject :) 2025-06-04 18:32:41 -05:00
f89cbb96cc ~ 10x performance optimization 2025-03-27 17:03:33 -04:00
79b9e546ee Performance optimization
Avoid copying around the entire file table so that the speed doesn't decrease as the archive has more files.
2025-03-27 01:11:17 -04:00
5a88cb6296 Update main.cpp 2025-03-22 15:05:18 -04:00
70d44d069a First iteration of the linux program. 2025-03-22 00:09:46 -04:00
8cab591f98 Update FileTable.h
copy constructor
2025-03-20 20:03:42 -04:00
4ebdb726be Performance optimization
Used unordered_map for file table so that the speed to retrieve any file is the same regardless of where.
2025-03-19 22:01:52 -04:00
9d12909bca initial commit
😎
2025-02-16 22:39:39 -05:00