|
|
|
|
|
by evilturnip
1477 days ago
|
|
If it's just to serve CRUD apps or run web sites, bottleneck is network time and browser rendering time, unless you're doing actual data processing. And if you are doing data processing, easier to use a data science library like Pandas for Python which implicitly have DOD built-in. |
|