vercel-labs / vercel-labs/scriptc
muli thread
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 4.9k
- Forks
- 125
- Avg merge
- 2h 14m
- Merged PRs (30d)
- 95
Description
- js is a single-threaded language
- people migrate js product to native languages like rust. one of the reasons is speed and it comes from single-thread vs multi-thread
- i migrated ccusage to rust because of speed, but i prefer the simplicity of js/ts
- design can be zig's
std.Thread, rust'sawait, orgoroutine
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the issue's discussion of JavaScript's single-threaded model and the referenced designs from Zig, Rust, and Go. The issue does not name files, tests, an entry point, or acceptance criteria, so the intended implementation and definition of done require clarification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100