Clueless-Community / collegeAPI

An API that helps you to fetch colleges and their details.
GNU General Public License v3.0
58 stars 61 forks source link

Optimize code to reduce latency in filtering the data. #13

Closed nikhil25803 closed 2 years ago

AarjavPatni commented 2 years ago

Hey there! I'd like to work on this. Can you assign this to me?

nikhil25803 commented 2 years ago

Sure @aarjavpatni, Go ahead!

prakrit55 commented 2 years ago

Hey can I get any details?

nikhil25803 commented 2 years ago

@prakrit55 In the src/filters.py file, a Python script is written to filter data out of engineering, medical or management colleges(more will be added). So what we need is to optimize those scripts (for now we are just searching them in a list). You can use dictionary comprehensions or any external package to make them filter faster.

prakrit55 commented 2 years ago

Okay, you can assign this to me I'd like to work on this.

nikhil25803 commented 2 years ago

Sure @prakrit55 | Go ahead!

manav-06 commented 2 years ago

Hi, @nikhil25803 you can assign this to me