General Tech

Goose: 1.16x faster than C++ and 1.12x than safe Rust, while memory safe

Goose is a new programming language that offers performance comparable to C++ and Rust while providing memory safety. It achieves this by using a garbage collector and a novel approach to concurrency. Goose is 1.16 times faster than C++ and 1.12 times faster than safe Rust. The project is open-source and available on GitHub. As of now, it is still a research project and not yet suitable for production use. The creator of Goose is actively seeking feedback from the community.

Read the full article at github.com →