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
- Host: GitHub
- URL: https://github.com/jimmckeeth/stringinterningdemo
- Owner: jimmckeeth
- Created: 2024-10-23T23:57:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T00:01:26.000Z (7 months ago)
- Last Synced: 2024-12-30T06:11:49.722Z (5 months ago)
- Language: Pascal
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)

Interning removes the storage of duplicate strings.