You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove PageCacheGuard usage from bag_converter (#75)
* refactor: remove PageCacheGuard usage from bag_converter
The periodic page cache dropping via PageCacheGuard added complexity
without clear benefit, as fadvise_sequential_access already hints
the kernel to manage page cache efficiently.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* refactor: remove unused page_cache_drop_interval constant
No longer needed after removing PageCacheGuard usage.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* refactor: remove PageCacheGuard class and fadvise_drop_page_cache
No longer used after removing page cache guard usage from bag_converter.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments