This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
SWCompression
Watch
1
Star
0
Fork
0
mirror of
https://github.com/tsolomko/SWCompression.git
synced
2026-06-23 14:56:41 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dc6dffbb77e93bc65f02a2717afbefe7254d0bc3
SWCompression
/
Sources
T
History
Timofey Solomko
dc6dffbb77
Fixed a problem with repeated strings in data.
2016-10-29 17:46:46 +03:00
..
Deflate.swift
Fixed a problem with repeated strings in data.
2016-10-29 17:46:46 +03:00
Extensions.swift
Added new extension for getting an array of bits from ambigious places in Data objects; convert array to number functions moved to Extensions file.
2016-10-27 14:47:27 +03:00
HuffmanLength.swift
Added extensions, findNextSymbol; HuffmanLength moved to a separate file.
2016-10-26 21:03:19 +03:00
HuffmanTable.swift
findNextSymbol now returns shift and this calculation is now correct and used everywhere.
2016-10-28 21:04:16 +03:00
Info.plist
Added some initial code for deflate compression (and test).
2016-10-23 15:29:20 +03:00
SWCompression.h
Added project.
2016-10-16 22:52:23 +03:00