Skip to content

issues Search Results · repo:ConorStokes/LZSSE language:C++

Filter by

9 results
 (89 ms)

9 results

inConorStokes/LZSSE (press backspace or delete to remove)

$ ./lzsse -8 -f lzsse8fast_failed lzsse8fast_failed.lz8f $ ./lzsse -d lzsse8fast_failed.lz8f lzsse8fast_failed.lz8fd Error in decompression stream To reproduce download and decompress: lzsse8fast_failed.gz ...
bug
  • inikep
  • 1
  • Opened 
    18 days ago
  • #14

In README.md there is a typo of Szymanski s surname. You have Storer-Szymanksi and should be Storer-Szymanski .
  • tansy
  • 1
  • Opened 
    on Apr 18, 2019
  • #13

For the following program if the BLOCK_SIZE the length of the uncompressed data then I get the wrong size returned from LZSSE2_Decompress(). If I set BLOCK_SIZE == the uncompressed data size then I get ...
  • tkram01
  • 1
  • Opened 
    on Mar 5, 2019
  • #12

It seems like #include string.h Is missing in main.cpp and lzsse*.cpp
  • da2r-20
  • 8
  • Opened 
    on Oct 24, 2018
  • #10

Hi Conor, many thanks for the undreamt performance of your LZSSE2, simply the FASTEST decompressor! Not an issue but feedback, wish this site had [Feedback] section as well. My wish was to have LZSSE2 ...
  • Sanmayce
  • 4
  • Opened 
    on Mar 31, 2016
  • #8

I ve started fuzzing the decompressor, and it found this issue pretty much instantly. Here is the program I m using. It writes the uncompressed size at the beginning of the files as a size_t; for the ...
  • nemequ
  • 1
  • Opened 
    on Mar 3, 2016
  • #7

The existing headers are really close to C… I think they would actually be usable as C if the functions just had C linkage. You also have a #pragma once and #ifdef-based guards, you could get rid of one… ...
  • nemequ
  • 1
  • Opened 
    on Mar 3, 2016
  • #6

It would be helpful if there were functions which returned the maximum amount of space needed to compress a buffer. Something like zlib s compressBound.
  • nemequ
  • 10
  • Opened 
    on Mar 2, 2016
  • #5

I would love to see a portable version instead of relying directly on SSE. Perhaps using OpenMP 4 s SIMD extensions (http://primeurmagazine.com/repository/PrimeurMagazine-AE-PR-12-14-32.pdf is a decent ...
  • nemequ
  • 9
  • Opened 
    on Feb 17, 2016
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub