nasu
Blog - Python
← All blogs
heapqが使いづらいのでpriority_queueを自作した話
Pythonの標準ライブラリheapqが使いづらすぎたので、PyPy環境でheapqよりも高速に動くライブラリを自作しました
# Python
# Library