You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: Display Performance Metrics for Sorting Algorithms
It would be beneficial to have a feature that displays performance metrics for sorting algorithms. This feature should include both time and memory usage statistics. It could be a small chart like this:
Feature Description:
Execution Time: Measure and display the time taken by the algorithm to complete the sorting process.
Memory Usage: Track and show the amount of memory used during the sorting process.
Why This Feature is Important:
Performance Comparison: Allows users to compare the efficiency of different sorting algorithms in terms of speed and memory consumption.
Optimization: Helps in identifying which algorithms are more suitable for specific scenarios, especially when memory usage is a critical factor.
The text was updated successfully, but these errors were encountered:
I'm new to sorting algorithm. I came across your project on https://madewithsvelte.com/, started playing, and got some ideas on different ways of sorting. Your project makes it so easy to try stuff out. I'm only missing some way of measuring performance within the tool itself.
Feature Request: Display Performance Metrics for Sorting Algorithms
It would be beneficial to have a feature that displays performance metrics for sorting algorithms. This feature should include both time and memory usage statistics. It could be a small chart like this:
Feature Description:
Why This Feature is Important:
The text was updated successfully, but these errors were encountered: