Nigro Simone
Nigro Simone
I'm new on delphimvcframework, but i have a bit of trouble to implement a basic html page for authentication. I'm starting from AuthenticateAuthorize.dproj sample and i have add a login...
Add touchmove event for mobile support
just a little performance improvement. Preallocating array instead of push item
One of the reasons why [Fastify](https://www.npmjs.com/package/fastify) is faster than Express is its use of [fast-json-stringify](https://www.npmjs.com/package/fast-json-stringify). fast-json-stringify is a library developed by the Fastify team that boosts JSON conversion speed by...
Adding this cache to the defineGetter function has several implications: - **Performance Improvement**: The getter function will only be called once, and its result will be stored. Subsequent accesses to...
JSON serialization is a critical task in web development, particularly for applications built with Node.js and Express.js. While the native JSON serialization in Node.js (`JSON.stringify()`) is straightforward and convenient, it...
Eg.: https://github.com/dimdenGD/ultimate-express/ The Ultimate Express is full Express compatibility, based on µWebSockets.
I would like to propose adding a new objectFreeze option to the LRUCache configuration, allowing cached objects to be frozen using Object.freeze. This would help prevent accidental mutations of cached...
Why not unique method for buildData instead of reimplementation in each framework ? In this way the benchmark is only on rendering performance and not on best/worst dataset implementation Eg....
Add [ultimate-express](https://github.com/dimdenGD/ultimate-express) The Ultimate Express. Fastest http server with full Express compatibility, based on µWebSockets. 10x faster drop-in replacement for Express Benchmarks - [TechEmpower / FrameworkBenchmarks](https://www.techempower.com/benchmarks/#hw=ph&test=composite§ion=data-r23&l=zik0sf-cn3) - [the-benchmarker / web-frameworks](https://web-frameworks-benchmark.netlify.app/result?l=javascript)...