perkeep/pkg/schema
Brad Fitzpatrick 22495f8bfd schema: adjust rollsum splitting algorithm, make it the default
We might tweak the parameters yet, and I want to add a bunch more
tests, but this is a major relief for me.  I've been reluctant to
put too much data into my personal Camlistore instance until I
figured out how I wanted the file chunks to split.

This also simplifies (deletes) a fair bit of code.

Change-Id: I35c38cc5d39a8a43e3f62445434f8d7fd5de5d17
2012-10-29 02:03:05 +01:00
..
testdata Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
.gitignore Update from r60 to [almost] Go 1. 2012-02-18 21:53:06 -08:00
fileread_test.go schema: fix test 2012-08-22 04:38:51 +10:00
filereader.go schema: more cleanup, making FileReader a ReaderAt. 2012-08-23 20:09:31 -07:00
filewriter.go schema: adjust rollsum splitting algorithm, make it the default 2012-10-29 02:03:05 +01:00
filewriter_test.go schema: adjust rollsum splitting algorithm, make it the default 2012-10-29 02:03:05 +01:00
lookup.go fs: implement fuse owner/groups 2012-04-29 10:03:07 +10:00
schema.go schema: document PopulateParts, add a missing error check 2012-10-29 00:10:31 +01:00
schema_darwin.go schema: introduce type Map 2012-08-22 03:36:36 +10:00
schema_linux.go just one missing map[string]interface{} -> Map conversion 2012-08-22 15:09:42 +02:00
schema_posix.go schema: introduce type Map 2012-08-22 03:36:36 +10:00
schema_test.go Convert more code to use schema.Map instead of map[string]interface{} 2012-08-22 03:47:38 +10:00