0
0
bleve/index
Patrick Mezard 8c928539ee upside_down: no need for a goroutine to enqueue AnalysisWork
It boils down to:
1. client sends some work and a notification channel to a single worker,
   then waits.
2. worker processes the work
3. worker sends the result to the client using the notification channel

I do not see any problem with this, even with unbuffered channels.
2015-10-12 10:42:14 +02:00
..
store boltdb: add "nosync" option to force boltdb.DB.NoSync=true 2015-10-03 14:26:48 +02:00
upside_down upside_down: no need for a goroutine to enqueue AnalysisWork 2015-10-12 10:42:14 +02:00
analysis.go refactoring to allow pluggable index encodings 2015-09-02 13:12:08 -04:00
field_cache.go refactoring to allow pluggable index encodings 2015-09-02 13:12:08 -04:00
index.go refactoring to allow pluggable index encodings 2015-09-02 13:12:08 -04:00