Adithya Kumar

Results 122 issues of Adithya Kumar
trafficstars

For my shell, I had to replace `packcheck.sh` with `./packcheck.sh` in `run-ci.sh` to work. We can download it to a temporary location and get the absolute path.

type:testing

Currently, the `bound` parameter only takes effect in concurrent folds. We need to replicate the implementation everywhere. See: https://github.com/composewell/streamly/pull/2400

aspect:streams
aspect:concurrency

We currently use 4 bytes to encode the header length in compatible record serialization. Using 2 bytes (Word16) over 4 bytes (Word32) causes about 5% regression in the `peek` benchmark....

aspect:serialization

https://github.com/composewell/streamly/pull/1326

type:testing
aspect:arrays

- `modifyIndex` - `putIndex` - `getIndex`

type:testing
aspect:arrays