[jira] Commented: (LUCENE-753) Use NIO positional read to avoid synchronization in FSIndexInput

2006-12-20 Thread Bogdan Ghidireac (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-753?page=comments#action_12459971 ] Bogdan Ghidireac commented on LUCENE-753: - The Javadoc says that transferTo can be more efficient because the OS can transfer bytes directly from the files

[jira] Commented: (LUCENE-753) Use NIO positional read to avoid synchronization in FSIndexInput

2006-12-20 Thread Bogdan Ghidireac (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-753?page=comments#action_12459868 ] Bogdan Ghidireac commented on LUCENE-753: - You can find a NIO variation of IndexInput attached to this issue: http://issues.apache.org/jira/browse/LUCENE-5

[jira] Updated: (LUCENE-519) NIO FS implementation to avoid synchronization

2006-03-11 Thread Bogdan Ghidireac (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-519?page=all ] Bogdan Ghidireac updated LUCENE-519: Attachment: NIOFSDirectory.java > NIO FS implementation to avoid synchronization > -- > > Key: LUCE

[jira] Created: (LUCENE-519) NIO FS implementation to avoid synchronization

2006-03-11 Thread Bogdan Ghidireac (JIRA)
NIO FS implementation to avoid synchronization -- Key: LUCENE-519 URL: http://issues.apache.org/jira/browse/LUCENE-519 Project: Lucene - Java Type: Improvement Components: Store Versions: 1.9 Reporter: Bogda