Menu

Write buffering

When doing many changes inside the transaction, many small write operations can be performed which slows down performance. Therefore I added buffering layer between storage and underlying stream (above transaction stream). All writes during transaction are now buffered in memory and flushed to underlying stream on transaction commit.

Posted by Tomaz Koritnik 2014-09-13

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.