Skip to content

A module for managing the creation of files where the content of the files will be written to randomly, written in C under a BSD licence.

Notifications You must be signed in to change notification settings

willemt/stubfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

When a bittorrent client downloads a torrent it will create stub files. These are used to reduce IO as the download is random rather than sequential.

This module tries to make working with stub files as easy as possible.

How does it work?

See stubfile.h for documentation.

See stubfile in action: https://github.com/willemt/YABTorrent/blob/master/src/bt_filedumper.c

About

A module for managing the creation of files where the content of the files will be written to randomly, written in C under a BSD licence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages