Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Lua-huff PSP: Difference between revisions

From GameBrew
Created page with "{{Infobox PSP Homebrews |title=lua-huff |image=luahuffpsp.png |description=Implementation of Huffman's algorithm for data compression. |author=modsyn |lastupdated=2006/01/23 |type=Demos |format= |version=2006 |license=Mixed |download=https://dlhb.gamebrew.org/psphomebrew/luahuffpsp.7z |website=https://forums.ps2dev.org/viewtopic.php?f=21&t=4777 |source=https://dlhb.gamebrew.org/psphomebrew/luahuffpsp.7z }}{{lowercase title}} This is a basic data compression script that u..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 13: Line 13:
|source=https://dlhb.gamebrew.org/psphomebrew/luahuffpsp.7z
|source=https://dlhb.gamebrew.org/psphomebrew/luahuffpsp.7z
}}{{lowercase title}}
}}{{lowercase title}}
This is a basic data compression script that uses Huffman's algorithm in LUA..
This is a basic data compression script that uses Huffman's algorithm in Lua.


See index.lua for a simple example of its use. Read the source (huff.l) for a more indepth understanding.
See index.lua for a simple example of its use. Read the source (huff.l) for a more indepth understanding.
Line 27: Line 27:
* Author's website - [https://web.archive.org/web/20060210044912/http://www.cs.ulm.edu/~Ejself/jmenc/ http://www.cs.ulm.edu/~Ejself/jmenc/] (archived)
* Author's website - [https://web.archive.org/web/20060210044912/http://www.cs.ulm.edu/~Ejself/jmenc/ http://www.cs.ulm.edu/~Ejself/jmenc/] (archived)
* ps2dev.org - https://forums.ps2dev.org/viewtopic.php?f=21&t=4777
* ps2dev.org - https://forums.ps2dev.org/viewtopic.php?f=21&t=4777
[[Category:Lua applications on PSP]]

Latest revision as of 08:56, 6 December 2024

lua-huff
General
Authormodsyn
TypeDemos
Version2006
LicenseMixed
Last Updated2006/01/23
Links
Download
Website
Source

This is a basic data compression script that uses Huffman's algorithm in Lua.

See index.lua for a simple example of its use. Read the source (huff.l) for a more indepth understanding.

It's slow, especially for medium to large sized files.

Screenshots

luahuffpsp2.png

luahuffpsp3.png

External links

Advertising: