▲ | RossBencina 3 days ago | ||||||||||||||||
> constant time use cases that’s a deal breaker. There are real-time safe GC algorithms. I don't know whether Pony offers that option. I would like to know. | |||||||||||||||||
▲ | __red__ 2 days ago | parent [-] | ||||||||||||||||
I'm not sure I understand what you mean by "real-time safe GC algorithms", but pony is not a language that has being a "real time system" as a design goal. This pony paper here describes the pony GC algorithms and compares their performance under various scenarios to other language GCs. https://www.ponylang.io/media/papers/orca_gc_and_type_system... The charts you want to look at are on pages 19-21. It shows that ORCA (pony's GC) has extremely low jitter and is highly performant compared to the other industry leaders at the time of publication. | |||||||||||||||||
|