Skip to content

Commit

Permalink
kms: implement pipelining for read requests
Browse files Browse the repository at this point in the history
This commit adds pipelining support for read
API calls like `Encrypt` or `GetPolicy`.

It also adds a `internal/pool` package for
using buffer pools to reduce GC preasure.

Signed-off-by: Andreas Auernhammer <[email protected]>
  • Loading branch information
aead committed Feb 28, 2024
1 parent 0dfed1a commit eb298cc
Show file tree
Hide file tree
Showing 4 changed files with 305 additions and 124 deletions.
Loading

0 comments on commit eb298cc

Please sign in to comment.