RSSAmplifier

Jinhua Blog

Luajit String Interning

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

Why string interning? String Interning is a common optimization in most of programming languages. As the wiki said: In computer science, string interning is a method of storing only one copy of each distinct string value, which must be immutable.[1] Interning strings makes some string processing tasks more time- or space-efficient at the cost of requiring more time when the string is created or…

Read on //luajit.io:80/posts/luajit-string-interning/

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.