Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
andmkl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
3 ms
·
1.
▲
by
andmkl
2y ago
That would be in the order of previous GIL-removal projects, which were abandoned for that reason.
2.
▲
by
andmkl
2y ago
Yes, but then extensions can already release the GIL and use the simple and industrial strength std::thread, which is orders of magnitude easier to debug.
3.
▲
by
andmkl
2y ago
C++ has apt-get etc. because the libraries do not change all the time. Also, of course there are vcpkg and conan. Whenever you try to build something via pip, the build will invariably fail. The times that NumPy built from source from PyPI