|
|
|
|
|
by bitwize
2012 days ago
|
|
> Common Lisp has extremely good compilers that can meet C performance. Provided memory is no object. In general it takes five times as much memory for a GC'd program to be as performant as one with explicit memory management. See: https://www.cics.umass.edu/~emery/pubs/gcvsmalloc.pdf There's a reason why the most interesting work these days is being done in and on languages like Rust, which has no GC but still saves you 90% of the work and close to 100% of the pain of bugs that are inherent to explicit memory management. |
|
https://devblogs.microsoft.com/aspnet/grpc-performance-impro...