Skip to content

learn-decentralized-systems/toylog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toy chunked log

This is a very basic implementation of a chunked log. It creates a new chunk once the old one reaches the size limit. Once the chunk count limit is reached, old chunks expire.

A ChunkedLogReader can seek within the chunks and change chunks automatically providing a regular ReadSeeker API.

That's all the lib does.

About

A very basic chunked log

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages