https://github.com/gutenye/gnote
Same CLI app written in Rust, Go and TypeScript
https://github.com/gutenye/gnote
cli golang rust typescript
Last synced: about 2 months ago
JSON representation
Same CLI app written in Rust, Go and TypeScript
- Host: GitHub
- URL: https://github.com/gutenye/gnote
- Owner: gutenye
- License: mit
- Created: 2019-10-07T23:58:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T09:04:38.000Z (12 months ago)
- Last Synced: 2025-04-03T17:05:23.211Z (about 2 months ago)
- Topics: cli, golang, rust, typescript
- Language: Rust
- Homepage:
- Size: 55.6 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gnote
Same cli app written in Typescript, Rust and Go
## Comparision
| Language | Startup Time | Single Binary size |
|------------|--------------|--------------------|
| Rust | 10, 40ms | 0.5 MB |
| Go | 30, 50ms | 3 MB |
| Typescript | 700, 600ms | 40 MB |- Startup time: restart system, run with `time -h` and `hyperfine --warmup 3 ' tags'`, >500ms is lag
- Single Binary size: macos-amd64
- Node: use pkg to create a single binary
- See [Language Syntax Comparision](https://github.dev/gutenye/gnote/tree/main/lang)