Open GoogleCodeExporter opened 8 years ago
This looks great! Any idea how much speed up you see from switching to using a
ByteBuffer?
Also, I'm having trouble telling what the difference is the build.xml. There's
no patch information. That Windows build warning certainly is annoying, so I
would definitely like to have it suppressed.
Original comment by David.Ju...@gmail.com
on 22 Jun 2011 at 8:47
Benchmarking loadSparseBinaryOffsets():
new CachingOnDiskSemanticSpace("700mb.sspace");
786747ms -> 6797ms
115 times faster
Benchmarking loadSparseBinaryVector() without loading and same file:
for (Iterator<String> iterator = sspace.getWords().iterator();
iterator.hasNext();) {
String word = iterator.next();
sspace.getVector(word);
}
813002ms -> 72718ms
11 times faster
Original comment by keepal...@gmail.com
on 22 Jun 2011 at 12:13
Attachments:
Original issue reported on code.google.com by
keepal...@gmail.com
on 21 Jun 2011 at 11:02Attachments: