I'm working on a semantic searcher on GitHub Repositories, would love to have some Q-A sample pairs. Any recommendations on your favorite libraries?
e.g.
Python, PyInstrument: Finds the slowest part of your code.
PyInstrument is a static code profiler, it's really handy when you want to optimize a chunk of code.