Files
scylladb/cdc
Kamil Braun 292eba9da0 cdc: replace split with for_each_change
`for_each_change` is like `split` but it doesn't return a vector of
mutations representing each change; instead, it takes as a parameter
a function which gets called on each mutation.

This reduced the memory usage and allows to preserve common context
when handling each change (will be useful in next commits).

Signed-off-by: Piotr Jastrzebski <piotr@scylladb.com>
2020-03-05 12:05:08 +01:00
..
2020-02-17 10:59:15 +01:00
2020-03-05 12:05:08 +01:00
2020-03-03 08:52:20 +00:00
2020-02-17 10:59:15 +01:00