date-parser icon indicating copy to clipboard operation
date-parser copied to clipboard

Remove EMSI Dependency and Allocator use

Open burner opened this issue 3 years ago • 2 comments

This PR removes the use of the emsi container dependency and the allocator. This makes the code faster to compile and I couldn't measure and performance difference. The array/vector is very small after all anyway.

burner avatar Apr 12 '22 15:04 burner

@burner would you like to add this package to dlang-community? I found some bugs in it, so the package needs some work to move it to better shape and I think it is quite important to have such functionality in the D ecosystem. Or do we have any other similar libraries in dub?

cyrusmsk avatar Mar 15 '25 16:03 cyrusmsk

@cyrusmsk I forked it quite a while ago and removed the allocation and container dependencies. The code can be found here https://github.com/burner/date-parser2 I'm okay with adding that package to the dlang-community

burner avatar Mar 18 '25 12:03 burner