vercel-labs / vercel-labs/scriptc

muli thread

Open
#28 0 comments 2 reactions 0 assignees View on GitHub

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's await, or goroutine

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.