> > I like the idea, as it will allow for optimizations further down the line > by replacing existing implementations with our own, without affecting the > code that is using the Mojo::File functions ... >
Funny you bring up optimizations. One of my main concerns has been the object-oriented API, and especially the cost of instantiating so many objects. There are a few hot-spots, like the Morbo file checker, where the difference could be significant. https://github.com/kraih/mojo/compare/mojo_file#diff-bf69c09402d7c06fb7bc3c8165e20dacR19 I'd really appreciate some testing there, since my time is a bit limited at the moment. -- sebastian -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
