Perceus
Perceus is the compiler optimized reference counting technique that Koka uses for automatic memory management.
https://gyazo.com/1787c303e2f62e86db9917fe02e7d10c
CやRustなどは、パフォーマンスが良いが、プログラミングが難しい
OCamlやJavaなどは、GCがあって楽だが、パフォーマンスなどの問題がある
C/C++の性能の2倍以内を目指す
2021/11
2021/6