https://github.com/aquapi/aquapi
Config files for my GitHub profile.
https://github.com/aquapi/aquapi
config github-config
Last synced: 3 months ago
JSON representation
Config files for my GitHub profile.
- Host: GitHub
- URL: https://github.com/aquapi/aquapi
- Owner: aquapi
- Created: 2021-07-16T12:36:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-23T18:14:25.000Z (10 months ago)
- Last Synced: 2025-08-23T23:38:54.605Z (10 months ago)
- Topics: config, github-config
- Homepage: https://github.com/aquapi
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I made JS libraries optimized for performance & bundle size.
- [**mapl**](https://github.com/mapljs/web): A compiled cross-runtime JS framework.
- [**stnl**](https://github.com/re-utils/stnl): A type definition format optimized for compilation.
- [**fast-crypt**](https://github.com/re-utils/fast-crypt): An efficient crypto library for all runtimes.
- [**udic**](https://github.com/re-utils/di): Small, simple dependency injection library.
- [**ciorent**](https://github.com/re-utils/ciorent): Lightweight, low-overhead concurrency library.
With some benchmarks to verify their performance.
- [**startup-size**](https://github.com/js-benchmark-all/startup-size): JS startup time, bundle size and gzipped size benchmark.
- [**micro**](https://github.com/js-benchmark-all/micro): Micro-benchmarks for all JS runtimes and engines.
And low-level things sometimes.
- [**nuws**](https://github.com/aquapi/nuws): Low-overhead, opinionated uWebSockets bindings for Nelua.