changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > notes / 20240317.org

changeset 8: 6ac37a61456a
parent: 812feca5a874
child: 4839b0675118
author: Richard Westhaver <ellis@rwest.io>
date: Sat, 27 Jul 2024 02:45:34 -0400
permissions: -rw-r--r--
description: bump
1 * NOTE DB Benchmarking
2 :LOGBOOK:
3 - State "NOTE" from [2024-02-04 Sun 20:40]
4 :END:
5 [[https://github.com/facebook/rocksdb/wiki/Benchmarking-tools][RocksDB benchmarking tools]]
6 
7 * NOTE packy design
8 :PROPERTIES:
9 :ID: 76ae24f5-46e8-4b91-8991-41245383d337
10 :END:
11 :LOGBOOK:
12 - State "NOTE" from [2024-01-25 Thu 22:39]
13 :END:
14 - API root: https://packy.compiler.company
15 - source packs: https://vc.compiler.company/packy
16 ** Lib
17 *** Types
18 **** Pack
19 Primary data type of the library - typically represents a compressed
20 archive, metadata, and ops.
21 **** Bundle
22 Collection data type, usually contains a set of packs with metadata.
23 **** PackyEndpoint
24 Represents a Packy instance bound to a UDP socket
25 **** PackyEndpointConfig
26 Global endpoint configuration object
27 **** PackyClientConfig
28 Configuration for outgoing packy connections on an endpoint
29 **** PackyServerConfig
30 Configuration for incoming packy connection son an endpoint
31 **** PackyConnection
32 Packy connection object
33 *** Traits
34 **** PackyClient
35 ***** query
36 ***** install
37 ***** update
38 ***** login
39 ***** logout
40 ***** pull
41 ***** push
42 **** PackyServer
43 ***** start_packy_server
44 ***** stop_packy_server
45 ***** start_packy_registry
46 **** PackyRegistry
47 ***** register_pack
48 ***** register_user
49 ***** register_bundle