Milosz Krajewski

Results 45 comments of Milosz Krajewski

Hi, I have to say, I really like RestEase. So I just tried it and it just worked. I've injected my own authorisation, used custom deserializer. Works great, but before...

Isn't `LZ4Pickler.Pickle` and `LZ4Pickler.Unpickle` do (almost) exactly that?

That's fair. From what I've seen every frame is ROS bag file is a mini LZ4Stream. I guess all the magic is in https://github.com/ros/ros_comm/blob/melodic-devel/utilities/roslz4/src/lz4s.c but it also seems to me...

Currently I don't provide `ContentLength` as `Stream.Length` but this might be relatively easy thing to do (not trivial though, as it is expected to be available right after construction, so...

In version 1.0.2 you can now read content length (if compressed with content length).

[1.3.0-beta](https://github.com/MiloszKrajewski/K4os.Compression.LZ4/releases/tag/1.3.0-beta) has a lot of new streaming methods and some of them are very memory friendly, let's say.

Hi, I was thinking about that few times. I will need to look at Zstd sources, as with new features in LZ4 it gets more and more complicated to port...

Is output compatible? Can it compressed with one and decompress with the other? If yes, then this might interesting but low priority. I wrote chaining code myself (just from spec),...

I will take a look. I was thinking about adding some lightweight stream-like abstraction, but considered it not-so-urgent as Stream IS an abstraction. It won't be trivial though. At any...