raycast-linux/sidecar
ByteAtATime 87a7f946fa
perf(reconciler): implement high-speed prop templating
This commit optimizes the data payload generation by replacing the previous slow, generic fingerprinting logic with a fast, specialized one. The previous method using `JSON.stringify` introduced a 20-50ms latency bottleneck; the new implementation uses a targeted string concatenation method to achieve the same payload reduction in about 10ms.
2025-07-01 10:13:49 -07:00
..
src perf(reconciler): implement high-speed prop templating 2025-07-01 10:13:49 -07:00
.gitignore feat: basic sidecar functionality for rendering 2025-06-11 09:35:29 -07:00
package.json feat(ipc): add compression for large stdout payloads 2025-06-30 15:58:17 -07:00
pnpm-lock.yaml style: formatting 2025-06-11 14:58:11 -07:00
tsconfig.json style: formatting 2025-06-11 14:58:11 -07:00