techgaun / ad-bs-converter

A javascript implementation to convert bikram samvat to anno domini and vice-versa
29 stars 18 forks source link

add benchmarking #5

Open techgaun opened 6 years ago

techgaun commented 6 years ago

need to add benchmarking for this codebase (& possibly compare with other implementations). I believe this should be generally more performance(although the performance gain is probably not as noticed) than others because most implementations traverse from the beginning of data but this uses a set date mapping from couple of years back.