Skip to content

WinVector/OutOfCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Example techiques for how to work out of core in Java.

see:
 http://www.win-vector.com/blog/2011/12/what-to-do-when-you-run-out-of-memory/

Copyright 2011 Win Vector LLC distributed withl license: GPLv3 (see: http://www.gnu.org/copyleft/gpl.html )

Requires:
  <a target="_blank" href="http://www.junit.org/">JUnit 4.10</a>, 
  <a target="_blank" href="http://www.h2database.com/html/main.html">h2 database</a>, 
  <a target="_blank" href="http://hadoop.apache.org/mapreduce/releases.html">Hadoop 0.21.0</a>