Skip to content

A lightweight library that is used to spell out numbers in positive integer 64 bit into spelled out numbers from 1 to 999,999,999,999,999 (Trillion).

License

Notifications You must be signed in to change notification settings

mirzaevolution/MoneySpellerEngine

Repository files navigation

MoneySpellerEngine

This lightweight library is used to spell out numbers in positive integer 64 bit into spelled out numbers from 1 to 999,999,999,999,999 (Trillion). Currently, it only supports ID (Indonesia) and EN (English) languages. We hope your contribution in your own language(s) using our core interface ISpeller.

Here we will outline some tests that we performed:

Computer Specification:

  • Processor : Intel(R) Core(TM) i3-3240 @ 3.40 GHz (Turbo-Boost)
  • RAM : 16.0 GB
  • System type : x64 based processor
  • OS : MS Windows 10 (10.0, Build 14393)

Project Specification:

  • .NET Version : .NET Framework 4.0
  • Language : C#
  • Configuration : Configuration was performed in RELEASE mode

Static Test

This test used static sample 999,994,567,890,532 to generate its spelled numbers in both languages for 10,000,000 in 5 times and we calculated total and average of all.

Indonesian Run-Test

  • Single sample used : 999,994,567,890,532
  • Iteration : 10,000,000 x 5 times
  • Total elapsed : 00:01:39.9259223
  • Total elapsed in ms : 99925 ms
  • Avg elapsed in sec : 19.985 sec
  • Avg elapsed in ms : 19985 ms

English Run-Test

  • Single sample used : 999,994,567,890,532
  • Iteration : 10,000,000 x 5 times
  • Total elapsed : 00:01:35.9875708
  • Total elapsed in ms : 95987 ms
  • Avg elapsed in sec : 19.197 sec
  • Avg elapsed in ms : 19197 ms

Static Test


Choosen Samples Test

This test used choosen samples (231 data) that we created against the most difficult spellings in real life (you can inspect the data @ our BenchmarkTest Project).

Indonesian Run-Test

  • Total samples : 231
  • Elapsed : 00:00:00.0060646

English Run-Test

  • Total samples : 231
  • Elapsed : 00:00:00.0045587

Choosen samples EN

Choosen samples ID

Choosen samples Final


Dynamic Test Against 1 - 1,000,000,000 Iterations

This is the most difficult test that we performed. It basically generated spelled out numbers in 1 - 1,000,000,000 iterations in both languages. Because the limitation of our computer, we just only set the iteration until 1,000,000,000.

Indonesian Run-Test

  • Iteration : 1,000,000,000
  • Total elapsed : 00:16:53.8371805
  • Total elapsed in ms : 1013837 ms

English Run-Test

  • Iteration : 1,000,000,000
  • Total elapsed : 00:15:57.7548077
  • Total elapsed in ms : 957754 ms

Test performed: October 9, 2017

License: MIT License

Install from Nuget.org

Install-Package MoneySpellerEngine -Version 1.1.0

Best Regards,

Mirza Ghulam Rasyid

About

A lightweight library that is used to spell out numbers in positive integer 64 bit into spelled out numbers from 1 to 999,999,999,999,999 (Trillion).

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages