1. NOTE DB Benchmarking

2. NOTE packy design

2.1. Lib

2.1.1. Types

  1. Pack

    Primary data type of the library - typically represents a compressed archive, metadata, and ops.

  2. Bundle

    Collection data type, usually contains a set of packs with metadata.

  3. PackyEndpoint

    Represents a Packy instance bound to a UDP socket

  4. PackyEndpointConfig

    Global endpoint configuration object

  5. PackyClientConfig

    Configuration for outgoing packy connections on an endpoint

  6. PackyServerConfig

    Configuration for incoming packy connection son an endpoint

  7. PackyConnection

    Packy connection object

2.1.2. Traits

  1. PackyClient
    1. query
    2. install
    3. update
    4. login
    5. logout
    6. pull
    7. push
  2. PackyServer
    1. startpackyserver
    2. stoppackyserver
    3. startpackyregistry
  3. PackyRegistry
    1. registerpack
    2. registeruser
    3. registerbundle