1. NOTE DB Benchmarking
2. NOTE packy design
- API root: https://packy.compiler.company
- source packs: https://vc.compiler.company/packy
2.1. Lib
2.1.1. Types
- Pack
Primary data type of the library - typically represents a compressed archive, metadata, and ops.
- Bundle
Collection data type, usually contains a set of packs with metadata.
- PackyEndpoint
Represents a Packy instance bound to a UDP socket
- PackyEndpointConfig
Global endpoint configuration object
- PackyClientConfig
Configuration for outgoing packy connections on an endpoint
- PackyServerConfig
Configuration for incoming packy connection son an endpoint
- PackyConnection
Packy connection object