From e8be67c77b92afcd4331a228750d090fdbf6e4b2 Mon Sep 17 00:00:00 2001 From: Dmitry Kolesnikov Date: Sun, 3 Mar 2024 21:00:33 +0200 Subject: [PATCH] Update references about string interning --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ddcb6bf..1078358 100644 --- a/README.md +++ b/README.md @@ -71,3 +71,10 @@ If you experience any issues with the library, please let us know via [GitHub is ## License [![See LICENSE](https://img.shields.io/github/license/kshard/atom.svg?style=for-the-badge)](LICENSE) + + +## References + +1. https://en.wikipedia.org/wiki/String_interning +2. [String Interning in JVM](https://hg.openjdk.org/jdk7/jdk7/hotspot/file/tip/src/share/vm/classfile/symbolTable.cpp) +3. Another approach on [String interning in Go](https://artem.krylysov.com/blog/2018/12/12/string-interning-in-go/)