v
https://github.com/vlang/v
V
Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
V not yet supported10 Subscribers
Add a CodeTriage badge to v
Help out
- Issues
- Empty array literal []T{} (and default-initialised []T struct fields) allocate a heap buffer
- Allocation throughput does not scale across cores (default GC: 16 cores ≈ 1 core aggregate)
- sync: ManyTimes.do_slow stores count before calling f(), same ordering race as Once (#27456)
- sync: fix ordering in Once and ManyTimes -- store count after f() completes
- [v2] C gen: invalid struct initialization (= 0 instead of = {0}) on second run due to module caching
- net.http: add an h2 file/module map to h2_conn.v
- C codegen error: assigning an `if`/`match` expression whose branches are `spawn` calls
- Concurrent allocation does not scale: default (Boehm) GC serializes GC_malloc across threads
- Docs
- V not yet supported