0
0
bleve/index
Marty Schoch a52d3b5c07 put in hack to allow boltdb reader isolation test to pass
in boltdb, long readers *MAY* block a writer.  in particular if
the write requires additional allocation, it must acquire a lock
already held by the reader.  in general this is not a problem
for bleve (though it can affect performance in some cases), but
it is a problem for the reader isolation test.  this commit
adds a hack to try and avoid the need for additional allocation
closes #208
2015-05-21 11:39:59 -04:00
..
store put in hack to allow boltdb reader isolation test to pass 2015-05-21 11:39:59 -04:00
upside_down properly use the stored array positions when loading a document 2015-05-15 15:47:54 -04:00
index.go clarify Batch is not threadsafe in docs 2015-05-15 15:04:52 -04:00