Skip to content

Commit

Permalink
Publishing a design document for the capture proxy and replayer.
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Schohn <greg.schohn@gmail.com>
  • Loading branch information
gregschohn committed Sep 17, 2024
1 parent 8f7e476 commit 2bc452b
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 2bc452b

Please sign in to comment.