This commit is contained in:
root
2026-02-19 10:08:25 +00:00
parent 966ab0121c
commit 6732c6bc10
11 changed files with 131 additions and 64 deletions
+16
View File
@@ -0,0 +1,16 @@
# hyperconf - P2P Config
## Overview
Shared config drive. hyperconf(key) JSON defaults/merge.
**Ex**:
```js
const conf = hyperconf(corestore, 'app')
await conf.set('theme', 'dark')
await conf.ready()
console.log(conf.theme)
```
**Merge**: Local override remote.
**Pear**: App prefs.
+8
View File
@@ -0,0 +1,8 @@
# libprng - PRNG Lib
## Overview
Fast CSPRNG for keys/nonces.
**Feat**: ChaCha20-based, seedable.
**Hyper**: random-access-id etc.
+8
View File
@@ -0,0 +1,8 @@
# libsimdle - SIMD String Ops
## Overview
SIMD memcmp/memcpy/strlen. compact-encoding perf.
**Feat**: AVX/NEON opt.
**Use**: Protocol parsing.
+10
View File
@@ -0,0 +1,10 @@
# pear-desktop - Electron UI
## Overview
pear-electron + bridge for desktop apps.
**Ex**: pear init desktop → electron shell + pear-bridge HTTP.
**Build**: pear-release, appdrive bundle.
**Voice/Video**: bare-ffmpeg/media.