Update README.md

pull/39/head
Ciro Spaciari 2022-11-17 19:41:59 -03:00 zatwierdzone przez GitHub
rodzic 3dcaa97823
commit ed9309f627
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -195,3 +195,6 @@ We don't use uvloop, because uvloop don't support Windows and PyPy3 at this mome
## :dizzy: CFFI vs Cython vs HPy ## :dizzy: CFFI vs Cython vs HPy
Cython performs really well on Python3 but really bad on PyPy3, CFFI are choosen for better support PyPy3 until we got our hands on an stable [`HPy`](https://hpyproject.org/) integration. Cython performs really well on Python3 but really bad on PyPy3, CFFI are choosen for better support PyPy3 until we got our hands on an stable [`HPy`](https://hpyproject.org/) integration.
## :bookmark_tabs: Documentation
See the full docs in [docs.socketify.dev](https://docs.socketify.dev) or in [/docs/README.md](docs/README.md)