Algolisted-Org / AlgoListed

Algolisted is an AI-powered nonprofit analytics firm dedicated to assisting computer science students in preparing for placements and internships. Our services include tracking and analytics across various platforms and topics.
http://algolisted.com
Other
129 stars 74 forks source link

Sorting feature added #209

Closed RajMhatre20 closed 7 months ago

RajMhatre20 commented 7 months ago

The sorting functionality is operational, but it seems to be a bit slow. While it's not excessively slow to the point of being unmanageable for humans, it could be optimized for better performance. If someone knows of a more efficient way to sort, we might want to consider raising a new issue to explore alternative sorting algorithms or optimization techniques.

closes #208

vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
algolisted-client ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 16, 2023 2:30pm
NayakPenguin commented 7 months ago

@RajMhatre20 The delay is not visible as a user, but correct - later on we can add other optimized sorting algorithms as well.

Also I had one suggest : since the user will sort only according to time there for let's keep a svg in there rather than a select

NayakPenguin commented 7 months ago

@RajMhatre20 I managed to complete the change I mentioned above :)