Skip to content

An ADT for accounting the status of a piece of data which can be progressed in "chunks" in any random order, written in C under a BSD licence.

Notifications You must be signed in to change notification settings

willemt/chunkybar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

Chunkybar is a data structure which efficiently represents multi-piece progress bars like those found in some bittorrent clients.

Below is an example of a multi-piece progress bar in uTorrent:

doc/Bittorrent_progress_bar.png

How does it work?

See chunkybar.h and the 30 tests within tests/test_chunkybar.c

Building

$make

About

An ADT for accounting the status of a piece of data which can be progressed in "chunks" in any random order, written in C under a BSD licence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published