Skip to content

Commit

Permalink
Merge pull request #964 from gregschohn/CaptureReplayDesignDoc
Browse files Browse the repository at this point in the history
Design document for the Capture Proxy and Replayer.
  • Loading branch information
gregschohn committed Sep 19, 2024
2 parents f7d6fb6 + 6fc74c0 commit 5fd341d
Show file tree
Hide file tree
Showing 2 changed files with 272 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TrafficCapture/trafficReplayer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ which has comments throughout it to indicate how data percolates and is converte

## Handlers

With the exception of the preparation around JSON model and its transformation, all the other handlers (compression,
Except for the conversions around JSON payloads, all the other handlers (compression,
chunked, and JSON parsing/serialization), use streaming data models via mostly custom handlers. This should minimize the
memory load (working set size, cache misses, etc). However, attempts have not yet been made to reduce the number of
allocations. Those optimization may not have extremely high value, especially when JSON parsing will need to create
Expand Down
Loading

0 comments on commit 5fd341d

Please sign in to comment.