SPVM Language
Changes for 0.989102 - 2023-04-15
- Internal Changes
- Imcompatible Changes
- Imcompatible Changes
Some utility routines related to module loading
Changes for 0.011 - 2024-03-06
- Fix a couple of bugs.
- Add option 'function' to call_module_function_with_optional_args.
- Add option 'method' to call_module_method_with_optional_args.
Prior releases of the 6.x line relied on Lexical::Types, which was a major performance pessimisation over the 5.x releases.
6.0.4 relies on a simple source filter instead, which restores performance levels back to expected levels.
More benchmarks added to the test suite validate the dependency changes.
submitted by /u/joesuf4
[link] [comments]
HTTP/2 Dynamic Benchmarks (PHP vs. ModPerl2), 2024 edition.
I ram these about four years ago, and the time differentials were about the same then as now. Monolithic POSIX-threaded server architectures like mp2 + mpm_event will always dominate in low-latency/scalability HTTP/2 benchmarks because they leverage zero-copy in the runtime.
Anyways, sexy terminal graphs with smag to enjoy!
submitted by /u/joesuf4
[link] [comments]