2020年11月24日火曜日

Compilation speed benchmark - The V Programming Language(V is faster than C, Nim or Rust.)(V言語はC言語やNimやRustより高速です。)

https://techracho.bpsinc.jp/hachi8833/2020_03_13/89457

Shared.

Comment: Among the programming languages, V is the fastest.
コメント:プログラム言語の中でV言語が一番早いですね。

https://vlang.io/compilation_speed
Shared.



コメント:ベンチマーク結果は、V言語が最速なのが分かります。
特徴は、Go言語に似てシンプルな構造で、
マルチスレッドなどの並行処理が強い事を目指して開発中だそうです。
ガベージコレクションが無いので、固まったりノンストップである前提なオンラインバンクシステムやオンラインクレジットカードシステムやオンラインゲームサーバーなど一秒間に10万件以上の処理などがある様なミッションクリティカルなデータベースシステムに向いております。
願わくは、Rustの様にコンパイル時のチェックで、メモリーリークなどのセキュリティ上のチェックを厳密にして頂きたいと願います。

Comment: Benchmark results show that the V language is the fastest.
Features a simple structure, similar to the Go language
It is being developed with the aim of being strong in parallel processing, such as multi-threading.
Since there is no garbage collection, it is suitable for mission-critical database systems, such as online banking systems, online credit card systems, and online game servers, where there are more than 100,000 processes per second, which are assumed to be solid or non-stop.
Hopefully, like Rust, the security checks for memory leaks and other security issues will be more stringent at compile time.

Translated with www.DeepL.com/Translator (free version)

0 コメント:

コメントを投稿