alex-petrenko / faster-fifo

Faster alternative to Python's multiprocessing.Queue (IPC FIFO queue)
MIT License
179 stars 29 forks source link

Typing / Mypy Support #50

Open benjamin-kirkbride opened 4 months ago

benjamin-kirkbride commented 4 months ago

This project is amazing, thanks so much!

Are type annotations something that this project is open to having? I could try to take a stab at it, but I have never typed a C++ package before. I assume I would just make stubs?

alex-petrenko commented 3 months ago

Apologies for radio silence! Yes, I believe that would be a fine contribution! I've never done this myself. Wonder if it would be enough to just type the faster_fifo.pyx file?