Skip to content
/ SSP Public

Simple Sequence Pack allows you store many small files into a file, that can read by your program very quickly.

Notifications You must be signed in to change notification settings

Raymai97/SSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SSP is a format I developed for storing many small files in a file. It can be read by your program by just using SSPReader.vb.

SSP is ideal for you, if:

  • the files you want to store are small
  • you have thousands of file need to store
  • all you want is simple and fast
  • your files need to be access by your program very fast

SSP is NOT a replacement for other archive format such as RAR/ZIP... Because SSP only store a sequence of files, without other things else. SSP don't support directory, encryption... It don't even remember file name.

This is why it called as Simple Sequence Pack.

About

Simple Sequence Pack allows you store many small files into a file, that can read by your program very quickly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published