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
c02c40fdb096bc580277f43cd58822b2deff5fdf
SWCompression
/
Sources
T
History
Timofey Solomko
c02c40fdb0
United two cycles through lengths array. Thus, there is no need for symbol property in HuffmanLength. Also added dots to the end of comments.
2016-12-04 22:25:19 +03:00
..
Service
Preparations for 1.1.2.
2016-11-22 23:05:58 +03:00
BZip2.swift
tree property of HuffmanTree now stores only codes. findNextSymbol now returns Int instead of HuffmanLengths.
2016-12-04 19:58:41 +03:00
DataWithPointer.swift
Removed rewind function.
2016-12-04 20:25:11 +03:00
Deflate.swift
United two cycles through lengths array. Thus, there is no need for symbol property in HuffmanLength. Also added dots to the end of comments.
2016-12-04 22:25:19 +03:00
Extensions.swift
Moved common swift files so swift package manager won’t complain.
2016-11-20 17:56:09 +03:00
GzipArchive.swift
The real job is now done only with data with pointer objects so there is no need for startPoint property of serviceInfos.
2016-11-26 15:40:40 +03:00
HuffmanLength.swift
United two cycles through lengths array. Thus, there is no need for symbol property in HuffmanLength. Also added dots to the end of comments.
2016-12-04 22:25:19 +03:00
HuffmanTree.swift
United two cycles through lengths array. Thus, there is no need for symbol property in HuffmanLength. Also added dots to the end of comments.
2016-12-04 22:25:19 +03:00
Protocols.swift
Moved common swift files so swift package manager won’t complain.
2016-11-20 17:56:09 +03:00
ZlibArchive.swift
The real job is now done only with data with pointer objects so there is no need for startPoint property of serviceInfos.
2016-11-26 15:40:40 +03:00