drewnoakes/string-theory

Allow for Copying of Strings Information

Open

#25 geöffnet am 21. März 2019

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (10 Forks)github user discovery
feature requestgood first issueux

Repository-Metriken

Stars
 (310 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

It would be useful if this information (boxed in red) were able to be copy and pasted:

image

4,086,800 strings, 630,116 unique. 468,564,642 total string bytes, of which 342,442,924 (73.1%) are wasted on duplicates (12.6% of 2,708,496,737 managed heap bytes).

For now I am working around it by using Inspect.exe to grab the string contents.

Contributor Guide