cdrfun / DictString

DictString is a really small project which was startet to create a string representing a dictionary. After the first implementation I noticed that I didn't use Stringbuilder wich lead into some performance issues.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DictString

DictString is a really small project which was startet to create a string representing a dictionary. After the first implementation I noticed that I didn't use Stringbuilder wich lead into some performance issues. After realising my fail, I was curious how big the performance input was. This is the outcome.

Everyone is invited to extend this thingie. Here are some things, that came into my mind:

  • Maybe I will have to search for another name
  • It would be interesting to measure the breakeven point
  • Measure RAM consumption (I wasn't able get it working the right way)
  • ...

Usage is really simple:

  • Compile
  • Start
  • Throw in number of dictionary entries
  • Wait
  • look at the numbers wich you will find in the *.csv files of the running directory
  • you are bored? analyse the *.txt files wich you will find in the running directory

Yeah, license... WTFPL

About

DictString is a really small project which was startet to create a string representing a dictionary. After the first implementation I noticed that I didn't use Stringbuilder wich lead into some performance issues.


Languages

Language:C# 100.0%