Drew

Results 18 issues of Drew

I've been using `BulkCopyAsync` in a few projects and have noticed some behavior we may wish to investigate further; In a library using Linq2Db, I was working on tuning and...

type: feature

Should we look into using or adapting something like [PooledAwait](https://mgravell.github.io/PooledAwait/) for our async calls? Advantages: - Can lower/eliminate allocations of async state machines for both `Task` and `ValueTask` - Has...

type: feature
type: discussion

## Changes Adds Akka.Streams Source stages: - `UnfoldValueTaskAsync`

## Changes This is a substantial overhaul of `ReplicatedDataSerializer` to do the following: 1. Use Pools for Protobuf GZip/GUnzip. `CommunityToolKit` is used for this due to it's large range of...

Fixes # ## Changes Please provide a brief description of the changes here. ## Checklist For significant changes, please ensure that the following have been completed (delete if not relevant):...

**Is your feature request related to a problem? Please describe.** I think it would be awesome if the community had a set of Alpakka connectors for [nats-net-v2](https://github.com/nats-io/nats.net.v2). **Describe the solution...

Fixes # ## Changes Adds Box-Pools for various `struct` messages used by `ActorGraphInterpreter` ## Checklist For significant changes, please ensure that the following have been completed (delete if not relevant):...

Update Linq2Db Version - Fix to allow for l2db change to null record value handling in leftjoin groupby/etc Breaking API Changes: - Methods may now return optionally, and this result...

Here is a Draft PR based on our preliminary discussions in #282 as well as observations I've made, at least as far as how to keep this from being a...

### Proposed change In #276, the size of `NatsMsg` came up as a concern for large buffer sizes. @mtmk asked the question: > as a side note, do you all...

perf