1
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 21, 2024 — Aug 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tuned i386 assembly for FillCharFast/MoveFast and SynLZ compression More... about 4 years ago
fixed random GPF during RTTI process More... about 4 years ago
minor SortDynArrayAnsiString() x86_64 asm refactoring More... about 4 years ago
enhanced and optimized TRttiCustomList More... about 4 years ago
TTextWriter refactoring - mainly for performance and maintainability More... about 4 years ago
rewritten SortDynArrayAnsiString() i386/x86_64 assembly - to enhance performance on RawUtf8/RawByteString comparison More... about 4 years ago
rewritten SortDynArrayHash128/256/512 comparison functions More... about 4 years ago
optimized our fpc_ansistr_compare() replacement More... about 4 years ago
optimized TSynAnsiConvert.Engine search More... about 4 years ago
rewritten FastVarDataComp() for variant comparison efficiency More... about 4 years ago
some reformating and comment fixes More... about 4 years ago
introducing varVariantByRef varStringByRef varOleByRef convenient constants More... about 4 years ago
enhanced RTTI type internal lookup table - "hash table of the poor" (tm) now grows in chunks to enhance performance and thread safety More... about 4 years ago
some JSON parsing refactoring More... about 4 years ago
ensure x86_64 fake VMT is JITted with proper multi-byte nop More... about 4 years ago
documentation fixes More... about 4 years ago
fixed ARM compilation More... about 4 years ago
several thread-related refactoring and optimizations More... about 4 years ago
inlined pthread call to GetCurrentThreadId More... about 4 years ago
several fixes and renaming More... about 4 years ago
renamed Utf8ToString() overload as Utf8ToStringVar() to avoid Delphi confusion More... about 4 years ago
fixed Utf8ToConsole() on Windows More... about 4 years ago
optimized Multiple Sockets Polling on all platforms More... about 4 years ago
refactored TRawUtf8InterningSlot for performance More... about 4 years ago
optimized critical sections on Linux More... about 4 years ago
optimized RawUtf8 string interning - especially when created from UTF-8 buffer, e.g. during TDocVariantData.InitJson More... about 4 years ago
refined TInterfaceFactory VMT JIT More... about 4 years ago
fixed potential GPF when JITting interface stubs More... about 4 years ago
optimized and refactored TInterfaceFactory JITted fake VMT - a JMP is faster than PUSH + RET More... about 4 years ago
enhanced TTestCoreCrypto.Hashes tests - mainly to identify any alignment issue More... about 4 years ago