belliottsmith commented on PR #6: URL: https://github.com/apache/cassandra-accord/pull/6#issuecomment-1212597710
A new version of `merge` that calls `linearUnion` repeatedly, which is just a version of `with` that operates on arrays (so we can read and write from buffers). So both `with` and `merge` are now backed by the same underlying method. This means a bit of ugliness for orchestrating buffers, and I have deliberately kept the actual caching of buffers really dumb/bad for now. It could probably be made a little bit nicer, but it is perhaps adequate. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

