/DelphiExperiments

Primary LanguagePascalMIT LicenseMIT

DelphiExperiments

I plan to put little snippets of code in here from my experimentation in doing things.

Experiment List

DemoReturnValue

DemoReturnValue example project to allow a tuple to be returned using generics

SortJSONKeys

SortJSON Example project sorts json keys recursively to allow easier comparing with a diff tool

MemtableCachedUpdates

MemtableCachedUpdates Example project to demonstrate using Cached Updates in TFDMemtable

ThreadPool

ThreadPool Experiment creating a threadpool that communicates results back to main thread.