issues Search Results · repo:4kills/go-libdeflate language:Go
Filter by
9 results
(52 ms)9 results
in4kills/go-libdeflate (press backspace or delete to remove)I have investigated a memory leak in my application; I traced the culprit here.
It seems that after compression, the resulting slice has capacity of the original data; so, if you retain the byte slice ...
karelbilek
- 1
- Opened on Oct 24, 2024
- #21
Panic occurs after about 10 minutes of running tool
runtime: g 1978: unexpected return pc for github.com/valyala/fasthttp.(*HostClient).Do called from 0x2c5d7
stack: frame={sp:0xc004605d18, fp:0xc004605d78} ...
comboed
- 2
- Opened on Jun 5, 2023
- #17
Please stay up to date with the latest version of libdeflate so that people don t run into issues that have already been
fixed. Thanks!
ebiggers
- Opened on May 6, 2023
- #16
Hey, first of all, great library, incredibly fast!
In my use case, I needed to compress relatively small chunks of data from many go routines. Obviously one doesn t want
to create a new Compressor for ...
enhancement
petee-d
- 1
- Opened on Dec 29, 2022
- #15
package main
import (
bytes
compress/zlib
encoding/hex
fmt
log
github.com/4kills/go-libdeflate/v2
czlib github.com/4kills/go-zlib
)
var (
s = 789c7d90316f83301085f7fc0ac45cac3b1b63cc0685542c55a4264b1784825bd1024686284851fe7b8104c454c ...
bug
fufuok
- 7
- Opened on Dec 15, 2022
- #13
I tried to vendor my dependencies but it failed because the libdeflate darwin library is not installed / copied over.
Not sure how to fix that.
# github.com/4kills/go-libdeflate/native
clang: error: no ...
enhancement
bsergean
- 3
- Opened on Sep 14, 2021
- #12
Hi there,
Thank you for making this package, libdeflate is very fast. Have you tried to decompress buffers that are larger than 4G
?
Some functions work with ints, so I wonder how things will work if ...
bsergean
- 2
- Opened on Sep 3, 2021
- #11
When trying to use the latest version with go modules, I encountered a problem with your go modules:
github.com/4kills/go-libdeflate: github.com/4kills/go-libdeflate@v1.3.0: parsing go.mod:
module ...
haveachin
- 1
- Opened on Oct 8, 2020
- #10

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 IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
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 IssuesProTip!
Restrict your search to the title by using the in:title qualifier.