TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Java swapping large objects to disk automatically

2 pointsby code-dogover 12 years ago

1 comment

CJeffersonover 12 years ago
This title is misleading. I the article title is "fully automated large object disk swap manager in java". I thought this would be about something which java did automatically.<p>Ignoring that, the article is quite interesting. The author is, slowly rediscovering techniques which have been used in maps for years, and if he wants to create lots of smallish objects on a file system, I am not entirely clear why he did not just make them separate files, rather than faking his own file system!