Skip to content

Commit

Permalink
engine: resources: Add new gzip resource
Browse files Browse the repository at this point in the history
This may have lots of uses, particularly for bootstrapping and handoff
if we want to compress payloads. It is also a good model resource for
how to implement such a resource to avoid re-computing the result on
every CheckApply call. Of course if the computation is cheaper than the
hashing of the data this isn't the optimal approach.
  • Loading branch information
purpleidea committed Sep 13, 2024
1 parent 9a5f6a5 commit 0ac5d99
Show file tree
Hide file tree
Showing 2 changed files with 537 additions and 0 deletions.
Loading

0 comments on commit 0ac5d99

Please sign in to comment.