Skip to content

v0.11.6

Compare
Choose a tag to compare
@hymkor hymkor released this 08 May 04:15
· 127 commits to master since this release
  • Reduced memory allocation counts for functions StringToMoji and GetStringWidth
  • Add an new function: MojiCountInString ( lower cost than len(StringToMoji(s)) )

  • 関数 StringToMojiGetStringWidth のメモリアローケーション回数を削減した
  • 新関数 MojiCountInString を追加( len(StringToMoji(s)) よりコストが低い)