fix: redo the whole caching functionality to make it really 420 blaze it fast #3

Merged
s1d3sw1ped merged 5 commits from fix/blazing-sun-speed into main 2025-07-13 05:21:20 -05:00
Owner
No description provided.
s1d3sw1ped added 1 commit 2025-07-12 08:51:06 -05:00
fix: add logging for unsupported methods and error handling in ServeHTTP
All checks were successful
PR Check / check-and-test (pull_request) Successful in 1m6s
b4d2b1305e
s1d3sw1ped added 1 commit 2025-07-12 09:22:24 -05:00
fix: correct format key to formats in .goreleaser.yaml
All checks were successful
PR Check / check-and-test (pull_request) Successful in 1m4s
745856f0f4
s1d3sw1ped added 1 commit 2025-07-12 09:48:26 -05:00
fix: update log message for server startup and improve request handling in ServeHTTP
All checks were successful
PR Check / check-and-test (pull_request) Successful in 1m6s
b83836f914
s1d3sw1ped added 1 commit 2025-07-13 03:17:59 -05:00
Refactor VFS implementation to use Create and Open methods
Some checks failed
PR Check / check-and-test (pull_request) Failing after 11m4s
1673e9554a
- Updated disk_test.go to replace Set and Get with Create and Open methods for better clarity and functionality.
- Modified fileinfo.go to include package comment.
- Refactored gc.go to streamline garbage collection handling and removed unused statistics.
- Updated gc_test.go to comment out large random tests for future implementation.
- Enhanced memory.go to implement LRU caching and metrics for memory usage.
- Updated memory_test.go to replace Set and Get with Create and Open methods.
- Removed sync.go as it was redundant and not utilized.
- Updated vfs.go to reflect changes in the VFS interface, replacing Set and Get with Create and Open.
- Added package comments to vfserror.go for consistency.
s1d3sw1ped changed title from WIP: fix: add logging for unsupported methods and error handling in ServeHTTP to WIP: fix: redo the whole caching functionality to really make it really 420 blaze it fast 2025-07-13 03:19:17 -05:00
s1d3sw1ped changed title from WIP: fix: redo the whole caching functionality to really make it really 420 blaze it fast to WIP: fix: redo the whole caching functionality to make it really 420 blaze it fast 2025-07-13 03:19:32 -05:00
s1d3sw1ped added 1 commit 2025-07-13 04:20:22 -05:00
refactor: moved the GC stuff around and corrected all tests
All checks were successful
PR Check / check-and-test (pull_request) Successful in 30s
539f14e8ec
s1d3sw1ped changed title from WIP: fix: redo the whole caching functionality to make it really 420 blaze it fast to fix: redo the whole caching functionality to make it really 420 blaze it fast 2025-07-13 04:21:08 -05:00
s1d3sw1ped merged commit 17ff507c89 into main 2025-07-13 05:21:20 -05:00
s1d3sw1ped deleted branch fix/blazing-sun-speed 2025-07-13 05:21:20 -05:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: s1d3sw1ped/steamcache2#3
No description provided.