An open API service indexing awesome lists of open source software.

https://github.com/jimmckeeth/stringinterningdemo

Demonstration of String Interning with Delphi
https://github.com/jimmckeeth/stringinterningdemo

Last synced: 3 months ago
JSON representation

Demonstration of String Interning with Delphi

Awesome Lists containing this project

README

        

Demonstration of [String Interning](https://en.wikipedia.org/wiki/String_interning) with Delphi using the [StringPool](https://github.com/RomanYankovsky/DelphiAST/blob/master/Source/StringPool.pas) from [DelphiAST](https://github.com/RomanYankovsky/DelphiAST).

[Video](https://youtu.be/v0pXWK0Vya4)

![Screenshot](https://github.com/user-attachments/assets/488df117-8d44-44f7-8728-67b2700070ca)

Interning removes the storage of duplicate strings.