◐ Shell
clean mode source ↗

GitHub - malumar/filebuf: Process files up to hundreds of gigabytes in size without much effort and loading everything into memory.

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Reader/write support with buffer in RAM. If more than the declared amount is required, disk memory is used as a buffer. Process files up to hundreds of gigabytes in size without much effort and loading everything into memory.

Example

Look into filebuf_test.go

    //  if you exceed 1024 bytes, store everything else on disk
	buf := filebuf.New(1024, true, false)

About

Process files up to hundreds of gigabytes in size without much effort and loading everything into memory.

Resources

Readme

License

View license

Activity

Stars

0 stars

Watchers

1 watching

Forks

0 forks