📜 ⬆️ ⬇️

Prediction Optimization

Almost every time I start a new project, I face a dilemma of selecting components, let it be a component for serialization, an IoC container, this is not important, but every time I go to surf the Internet to find the right option. You can say, choose nafig, use the fact that earlier, also an option, but not everyone agrees to use the ancient component, if it is practically at hand is better, but you have no experience with it, you do not know how it is, to use it. Of course, there are many selection criteria:



All this can be found on the Internet, but most often you have to spend some time to select a component and most likely not enough time, since the project is new, the component is not one.

It is a bit more difficult to find a comparison of components, everyone wants in comparison there were the most important factors of choice, and most importantly, in comparison there were the latest versions of components. But, to me, as a developer, not only the criteria described above are important, I am interested in performance, memory consumption, ease of use, cleanliness. Of course, I want to check all the latest versions of suitable components, see the documentation, make a choice based on this. And you just want to open a website and see everything you need there!
')
So, what do you think about the idea of ​​creating such a service that will be able to count performance, memory consumption, compare components?

PS The main purpose of the service is not to help in the selection of components, the basic idea revolves around comparing different implementations, be it programming language expressions, algorithms (sorting, etc.), components, and so on.

Source: https://habr.com/ru/post/239737/


All Articles