Add
This commit is contained in:
@@ -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.
|
||||
@@ -0,0 +1,8 @@
|
||||
# libprng - PRNG Lib
|
||||
|
||||
## Overview
|
||||
Fast CSPRNG for keys/nonces.
|
||||
|
||||
**Feat**: ChaCha20-based, seedable.
|
||||
|
||||
**Hyper**: random-access-id etc.
|
||||
@@ -0,0 +1,8 @@
|
||||
# libsimdle - SIMD String Ops
|
||||
|
||||
## Overview
|
||||
SIMD memcmp/memcpy/strlen. compact-encoding perf.
|
||||
|
||||
**Feat**: AVX/NEON opt.
|
||||
|
||||
**Use**: Protocol parsing.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user