Commit Graph

3 Commits (a3b88d55067c3b022e242ebc641cb563f04c4e4e)

Author SHA1 Message Date
Andrew Lamb 0b443fdb12
feat: add --num-threads CLI argument, allow single threaded operation (#378) 2020-10-21 17:12:32 -04:00
Carol (Nichols || Goulding) 5858aa2d08
refactor: Changes to write buffer unrelated to self-describing change (#303)
* refactor: Extract column count to be a method on ParsedLine

* refactor: Simplify parsing nanoseconds as datetime

* refactor: Extract a constructor for WalEntryBuilder

* refactor: Extract a method on WalEntryBuilder to get bytes

* refactor: Avoid an iteration and a vec allocation

* refactor: Organize and alphabetize dependencies and imports

* fix: Propagate warning config to new crates
2020-09-18 16:29:19 -04:00
Andrew Lamb 5fe3bfd53c
refactor: extract WalDetails into delorean_wal_writer crate (#297) 2020-09-18 07:47:37 -04:00