changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > notes / 20240317.org

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