perkeep/pkg/search
Brad Fitzpatrick 4eaeee9ae3 Reduce in-memory size of image info dimensions.
For my personal server,

Before:
Corpus stats: 149.884 MiB mem: 787886 blobs (88.853 GiB) (279308 schema (6073 permanode, 150557 file (111819 image), ...)

After:
Corpus stats: 145.172 MiB mem: 787886 blobs (88.853 GiB) (279308 schema (6073 permanode, 150557 file (111819 image), ...)

Change-Id: I47484e46b1eb70c8c4b5ee356cdcb0ceecde94e7
2013-11-29 11:01:41 -08:00
..
export_test.go search handler: more tests, and fix for the describe depth race 2013-03-06 19:04:10 +01:00
handler.go Reduce in-memory size of image info dimensions. 2013-11-29 11:01:41 -08:00
handler_test.go search: remove MIME from DescribedBlob; fix Handler tests. 2013-11-18 16:36:08 -08:00
match_test.go search: TimeConstraint 2013-11-09 17:08:46 -05:00
query.go Speed up in-memory permanode attribute search. 2013-11-27 12:47:04 -08:00
query_test.go index: put ImageInfo in memory too 2013-11-25 19:46:28 -08:00
search.go search: deletions are not modifications 2013-11-29 00:29:57 +01:00