Commit 5967987f authored by Julien Jerphanion's avatar Julien Jerphanion

Add list of Abilion's list of resources

parent 3108946b
......@@ -20,7 +20,7 @@ Cython+ provides a few new features, especially:
Whether Cython+ features are relevant for scientific computing is yet to be determined.
### Ressources
### Ressources
Cython+ documentation is relatively light. The main features and elements of documentation are present on [Cython+](https://www.cython.plus) online website. Here are the available resources:
......@@ -39,12 +39,13 @@ Cython+ documentation is relatively light. The main features and elements of doc
- mention of the ipython magic to be able to use C++ for compilation
- [Concurrency](https://www.cython.plus/P-CYP-Documentation.Concurrency)
- special operator `consume` and three type qualifiers `iso`, `active` and `locked` to manage asynchronous operations
- `activable` method
- `activable` method
- [OLD] [Cython nogil extension on multi core introduction](https://www.nexedi.com/blog/NXD-Blog.Cython.Nogil.Extension.Reports)
- preliminary work used by the `cypclass` construct
- use extension types to access C struct, functions and get ride of the specificities of CPython objects (including the `PyObject_HEAD`)
- See also [this listi from Abilion](https://abilian.com/fr/news/cython-plus/)
###
\ No newline at end of file
###
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment