Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / brantburnett/Snappier issues and pull requests

#99 - Net Core 2.2 compatibility

Issue - State: closed - Opened by dedo1911 10 days ago - 1 comment

#98 - Implement a faster encoding algoritm for varint

Pull Request - State: closed - Opened by brantburnett 3 months ago

#97 - Optimize Read to use Math.Min

Pull Request - State: closed - Opened by brantburnett 3 months ago

#96 - NetworkStream is not supported

Issue - State: closed - Opened by yoli799480165 4 months ago - 2 comments

#95 - Redesign LeftShiftOverflows test

Pull Request - State: closed - Opened by brantburnett 5 months ago

#94 - Fix nullable attributes leaking as public

Pull Request - State: closed - Opened by brantburnett 7 months ago - 1 comment

#92 - Add licence type to Nuget Package

Issue - State: closed - Opened by thompson-tomo 9 months ago - 1 comment

#91 - Update README.md - Correcting wrong descriptions

Pull Request - State: closed - Opened by mjebrahimi 9 months ago - 1 comment

#90 - Don't pass around references to the scrach buffer

Pull Request - State: closed - Opened by brantburnett 9 months ago

#89 - Fix stream decompression corner case failure

Pull Request - State: closed - Opened by brantburnett 9 months ago

#88 - Snappy decompression will fail on certain sequence of bytes.

Issue - State: closed - Opened by ak88 9 months ago - 2 comments

#87 - fail sequence

Pull Request - State: closed - Opened by ak88 9 months ago

#86 - Use an inline array for decompression scratch

Pull Request - State: closed - Opened by brantburnett 9 months ago

#85 - Refactor DecompressAllTags to reduce duplicate code

Pull Request - State: closed - Opened by brantburnett 9 months ago

#84 - Improve .NET 8 stream decompression perf

Pull Request - State: closed - Opened by brantburnett 9 months ago

#83 - Handle null chunk type using enum value

Pull Request - State: closed - Opened by brantburnett 9 months ago

#82 - Apply various code analysis improvements

Pull Request - State: closed - Opened by brantburnett 10 months ago

#81 - Eliminate most CharTable range checks

Pull Request - State: closed - Opened by brantburnett 10 months ago

#80 - Update to target .NET 8

Pull Request - State: closed - Opened by brantburnett 10 months ago

#79 - Fix test reporter typo

Pull Request - State: closed - Opened by brantburnett 11 months ago

#78 - Rework test reporter for public PRs

Pull Request - State: closed - Opened by brantburnett 11 months ago

#77 - check table size greater than

Pull Request - State: closed - Opened by ak88 11 months ago

#76 - A couple of questions

Issue - State: closed - Opened by dodexahedron about 1 year ago - 1 comment

#75 - Problems caused by too large files

Issue - State: closed - Opened by mq00fc about 1 year ago - 4 comments

#74 - Update COPYING.txt

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#73 - Allow ref byte to point just past the end of spans

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#72 - Switch several arrays to static data references

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#71 - Simplify stream decompress logic

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#70 - Optimize FindMatchLength for x64

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#69 - Improve Log2Floor for legacy runtimes

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#68 - Use ArrayPool instead of MemoryPool for the lookback buffer

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#67 - Remove some unnecessary unsafe blocks

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#66 - Use CRC32 hash when available during compression

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#65 - Simplify PSHUFB copy logic for .NET 6/7

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#64 - Improve speed of hash table clear

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#63 - Improve block benchmarks

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#62 - Fix compression stream benchmarks

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#61 - Improve benchmark summaries

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#60 - Allow shorter compression output buffer lengths

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#59 - Cleanup benchmarks

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#58 - Use ThrowHelper for all exceptions

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#57 - Switch stream decompression from pointers to spans

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#56 - Use ref byte for compression input pointers

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#55 - Use ref byte for compression output pointer

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#54 - Reduce compression heap and buffer overhead

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#53 - Switch compression hash table from pinned ptr to ref

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#52 - Move steps to decompress from scratch to a separate method

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#51 - Switch decompression buffer and op to use ref byte

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#50 - Switch decompression input and scratch to use ref byte

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#49 - Rewrite decompressor RefillTagFromScatch method to use refs

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#48 - Rewrite decompressor AppendXXX methods to use refs

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#47 - Improve perf of UnalignedCopy64/128

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#46 - Switch CopyHelpers to use ref byte instead of byte*

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#45 - Make unit tests .NET 4.8 compatible

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#44 - Preload Pshufb fill pattern Vector128

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#43 - Rename GitHub actions and run on release branches

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#42 - Remove support for unsupported runtimes

Pull Request - State: closed - Opened by brantburnett over 1 year ago

#41 - Update CodeQL to use .NET 6

Pull Request - State: closed - Opened by brantburnett almost 3 years ago

#40 - Add .NET 6.0 target

Pull Request - State: closed - Opened by brantburnett almost 3 years ago

#39 - Manually unroll the compression loop

Pull Request - State: closed - Opened by brantburnett over 3 years ago

#38 - Keep decompression output pointer on stack

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#37 - Optimize char table lookup in DecompressAllTags

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#36 - Add random data tests to catch more edge cases

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#35 - Test with and without hardware intrinsics

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#34 - Add .NET 5 ARM intrinsics for CRC32C

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#33 - Use native ints for decompression

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#32 - Switch Actions to use GitHub env file

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#31 - Upgrade to C# 9

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#30 - Add .editorconfig file with decent defaults

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#29 - Enable determinisitic build for packaging

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#28 - Add strong naming

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#27 - Don't try to post unit test results for fork PRs

Pull Request - State: closed - Opened by brantburnett almost 4 years ago - 2 comments

#26 - Don't read past end of scratch buffer

Pull Request - State: closed - Opened by brantburnett almost 4 years ago - 3 comments

#25 - "Data too long" and "Invalid copy offset" when decoding stream.

Issue - State: closed - Opened by rodo-r2r almost 4 years ago - 3 comments

#24 - Better handling of chunks when decoding streaming data.

Pull Request - State: closed - Opened by rodo-r2r almost 4 years ago - 3 comments

#23 - Add tests for more edge cases

Pull Request - State: closed - Opened by brantburnett almost 4 years ago - 3 comments

#22 - Correct working directory for publish

Pull Request - State: closed - Opened by brantburnett almost 4 years ago - 4 comments

#21 - Add publish on release tag to actions

Pull Request - State: closed - Opened by brantburnett almost 4 years ago - 3 comments

#20 - Add unit test results to GitHub status info

Pull Request - State: closed - Opened by brantburnett almost 4 years ago - 4 comments

#19 - Add a CONTRIBUTING.md file

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#18 - English is hard

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#17 - Add simpler options for block compression

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#16 - Create codeql-analysis.yml

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#15 - Add README file with instructions

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#14 - Provide self-allocating decompression overloads

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#13 - Add checks and tests for bad data scenarios

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#12 - Support unframed compression/decompression

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#11 - Adjust copyright and AUTHORS file

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#10 - Use a fixed hash table during compression

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#9 - Improve Append perf on decompress

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#8 - Fix PshufbFillPatterns once per call to DecompressAllTags

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#7 - Put Constants.CharTable on the stack as a Span

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#6 - Move throw to separate subroutine

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#5 - Use hardware intrinsics for CRC32C when available

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#4 - Cleanup unchecked keywords using blocks

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#3 - Setup for NuGet packaging

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#2 - Cleanup unit tests for CI

Pull Request - State: closed - Opened by brantburnett almost 4 years ago

#1 - Add XML docs to public members

Pull Request - State: closed - Opened by brantburnett almost 4 years ago