17 Commits

Author SHA1 Message Date
1970342ae0 Stable Build 2025-06-04 19:20:02 -05:00
8edd019ca8 Some neat stylistic changes, Feel free to reject :) 2025-06-04 18:32:41 -05:00
a49108c4d2 Implement WindowsFix. TODO: Endianness will be moved to a separate library. 2025-06-04 16:27:43 -05:00
f36652ad67 Make sudo make install work how it should. Prerelease-4 2025-03-27 17:29:11 -04: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
021ca575d1 Performance optimization
use try_emplace to avoid two lookups.
2025-03-27 00:30:51 -04:00
29bfd46843 Performance optimization 2025-03-27 00:14:12 -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
Prerelease-3
2025-03-20 20:03:42 -04:00
0e17d02451 Cleanup & update 2025-03-20 19:49:34 -04:00
44c2ea3a3a Update FileTable.h
Remove TODO I forgot to remove 🤷
2025-03-19 22:11:28 -04:00
895db6c071 Remove unnecessary includes. Prerelease-2 2025-03-19 22:08:18 -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
df1fa92a68 Update ReArchive.cpp
busy-wait in the event of a thread collision.
2025-03-19 20:06:00 -04:00
9d12909bca initial commit
😎
Prerelease-1
2025-02-16 22:39:39 -05:00