DLang and Golang web framework benchmarks!

zoujiaqing zoujiaqing at gmail.com
Sun May 15 07:16:08 UTC 2022


On Sunday, 15 May 2022 at 00:58:13 UTC, electricface wrote:
> On Saturday, 14 May 2022 at 22:20:55 UTC, ikod wrote:
>> On Saturday, 14 May 2022 at 21:42:26 UTC, zoujiaqing wrote:
>>
>>> ## More ..
>>> At least in my Debian virtual machine Archttp behaves very 
>>> close to Fasthttp! Even better than Fasthttp! I hope DLang 
>>> can develop better in the field of microservices in the 
>>> future.
>>>
>>> I just released the first test version of Archttp:
>>> https://forum.dlang.org/thread/jckjrgnmgsulewnrefpr@forum.dlang.org
>>>
>>> I just passed the test on macOS and Linux! I will continue to 
>>> optimize Archttp's performance and cross-platform 
>>> capabilities in the future. We hope you can give us some 
>>> optimization suggestions to make DLang Web framework 
>>> performance better.
>>
>> Very cool! Will try to play with it.
>
> I think the example is too simple to make a comparison.

These contrast with the system's high concurrency, thread 
pooling, and memory optimization.
Web framework performance comparisons for all languages were 
tested in this way.
You can go here and study benchmarks:

https://github.com/TechEmpower/FrameworkBenchmarks


More information about the Digitalmars-d mailing list