]> code.bitgloo.com Git - clyne/consteval-huffman.git/log
clyne/consteval-huffman.git
4 years agodecoder conforms to std::forward_iterator
Clyne Sullivan [Sun, 27 Dec 2020 22:12:14 +0000 (17:12 -0500)]
decoder conforms to std::forward_iterator

4 years agoprevent compression if it doesn't save space
clyne [Sun, 15 Nov 2020 23:55:40 +0000 (18:55 -0500)]
prevent compression if it doesn't save space

4 years agofixed bytes_saved for reporting negative values
clyne [Sun, 15 Nov 2020 02:00:09 +0000 (21:00 -0500)]
fixed bytes_saved for reporting negative values

5 years agoUpdate README.md
clyne [Tue, 4 Aug 2020 01:19:08 +0000 (21:19 -0400)]
Update README.md

5 years agoinclude size of decode tree
Clyne Sullivan [Sun, 2 Aug 2020 01:57:51 +0000 (21:57 -0400)]
include size of decode tree

5 years agocleanup part 2; done
Clyne Sullivan [Sun, 2 Aug 2020 01:49:00 +0000 (21:49 -0400)]
cleanup part 2; done

5 years agocleanup part 1
Clyne Sullivan [Sun, 2 Aug 2020 00:35:52 +0000 (20:35 -0400)]
cleanup part 1

5 years agoFix issues with last bits
clyne [Fri, 31 Jul 2020 23:31:27 +0000 (19:31 -0400)]
Fix issues with last bits

5 years agoAdded iterative decoder; fixed bit alignments
clyne [Thu, 2 Jul 2020 17:25:48 +0000 (13:25 -0400)]
Added iterative decoder; fixed bit alignments

5 years agoAdded missing deallocation
clyne [Wed, 1 Jul 2020 23:42:43 +0000 (19:42 -0400)]
Added missing deallocation

5 years agoFigured out class organization
clyne [Wed, 1 Jul 2020 21:21:59 +0000 (17:21 -0400)]
Figured out class organization

5 years agoRevert attempt to switch from struct to class
clyne [Wed, 1 Jul 2020 20:48:33 +0000 (16:48 -0400)]
Revert attempt to switch from struct to class

5 years agoCreate consteval_huffman.hpp
clyne [Wed, 1 Jul 2020 20:45:51 +0000 (16:45 -0400)]
Create consteval_huffman.hpp

5 years agoInitial commit
clyne [Wed, 1 Jul 2020 20:36:02 +0000 (16:36 -0400)]
Initial commit