0
0
bleve/index/scorch/segment/mem
abhinavdangeti 1176c73a9c Include overhead from data structures in segment's SizeInBytes
+ Account for all the overhead incurred from the data structures
  within mem.Segment and zap.Segment.
    - SizeOfMap = 8
    - SizeOfPointer = 8
    - SizeOfSlice = 24
    - SizeOfString = 16
+ Include overhead from certain new fields as well.
2018-01-17 11:11:44 -08:00
..
build.go scorch mem segments uses backing array trick even more 2018-01-15 19:17:39 -08:00
dict_test.go added dictionary tests to mem segment 2017-12-05 09:49:41 -05:00
dict.go update segment API to return error in key places 2017-12-04 18:06:06 -05:00
posting.go fix up issues to get all bleve unit tests passing for scorch 2017-12-11 15:47:41 -05:00
segment_test.go Tracking memory consumption for a scorch index 2017-12-29 10:20:11 -07:00
segment.go Include overhead from data structures in segment's SizeInBytes 2018-01-17 11:11:44 -08:00