Skip to content

Instantly share code, notes, and snippets.

View danieleteti's full-sized avatar

Daniele Teti danieleteti

View GitHub Profile
@danieleteti
danieleteti / daniele_teti_json_support_demo.md
Created August 18, 2023 08:27
Sample JSON support in Delphi
program JSONSupportDemo;

{$APPTYPE CONSOLE}

uses
  System.SysUtils,
  System.IOUtils,
  System.JSON;
@danieleteti
danieleteti / MSHeap_vs_FMM.md
Last active September 18, 2022 03:57
MSHeap vs FastMemoryManager

MSHeap vs FastMM

Following tests have been executed with a plain DMVCFramework service hitted by 100 concurrent threads which issue 10000 requests in total.

Using default Memory Manager

C:\WORK\Apache24\bin\ab.exe -c 100 -n 10000 http://localhost:8080/api
Benchmarking localhost (be patient)
...
Finished 10000 requests