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 ec14f5a
Show file tree
Hide file tree
Showing 2 changed files with 535 additions and 0 deletions.
Loading

0 comments on commit ec14f5a

Please sign in to comment.