packetcap / go-pcap

Packet capture library and tools in native go
Apache License 2.0
14 stars 4 forks source link

Composite distill #13

Closed deitch closed 4 years ago

deitch commented 4 years ago

In a composite, distills neighbour primitives that can be combined, thus reducing the final steps.

Only does it for immediate primitive neighbours in the list, not ones that are far apart.

Fixes #11