谁能告诉我下面的字符串会占用多少字节?
string abc = "a";
c# string byte
我已经实施了一个研究项目的基本搜索.我试图通过构建后缀树来提高搜索效率.我对Ukkonen算法的C#实现很感兴趣.如果存在这样的实现,我不想浪费时间自己动手.
c# suffix-tree data-structures
c# ×2
byte ×1
data-structures ×1
string ×1
suffix-tree ×1