zlacker

[return to "PostgresML is 8-40x faster than Python HTTP microservices"]
1. habibu+Y5[view] [source] 2022-10-20 01:53:54
>>redbel+(OP)
Python is slow for ML. People will take time to realize it. The claim that most of the work is done in GPU -- covers only a small fraction of cases.

For example, in NLP a huge amount of pre and post processing of data is needed outside of the GPU.

◧◩
2. raverb+MF[view] [source] 2022-10-20 08:44:05
>>habibu+Y5
Premature optimization is an issue

If python is fast enough for your case, then fair enough. And yes, it is fast enough for a lot of cases out there. Especially, for example, if you batch requests.

[go to top]