Chris Hafey
Chris Hafey
This PR adds support for partial bitstream decoding. Given a partial bitstream, it will still reconstruct an image with the data it has available.
While implementing js-graphsync I was surprised to learn that go-ipfs/go-graphsync responder creates a separate libp2p stream to send message responses back to the requester on rather than re-use the incoming...
@rvagg and I were discussing the need to create a list of content addressable benefits so I started this thread to help capture them. Will eventually move this into a...
go-graphsync writes a varint containing the message size of the protobuf message before writing the actual message on the libp2p stream. This is done so the receiver of the message...
I just learned yesterday that the graphsync protocol requires blocks be sent from responder to requester in selector traversal order. This requirement exists so the client can detect a malicious...
There is currently no link to example-selectors.md from the main spec page or the selectors.md page. It would be helpful to add a link so people can easily find the...
- **Version**: 0.29.0 - **Platform**: Linux 1c087b494e39 5.4.0-7642-generic #46~1598628707~20.04~040157c-Ubuntu SMP Fri Aug 28 18:02:16 UTC x86_64 GNU/Linux - **Subsystem**: #### Type: Bug #### Severity: Medium #### Description: My listener is...
OS: Mac OS X 10.15.3 Node: 12.14.0 I am trying to build dicomParser but it files on my mac, here is the first part of the log: ╭─chafey@MBP16-2019 ~/src/dicomParser ‹master*›...
I just tested JPEG-LS lossless decoding speed in Chrome and found a major performance regression vs code 3 years ago. J2K seems unaffected and so does FireFox (did not test...
It would be nice to reduce memory consumption by discarding HTJ2K bits once they are decoded. Right now partial decoding requires keeping the original bits around which consumes additional memory....