Warning: Constant FORCE_SSL_ADMIN already defined in /home/bioinfof/www/wp-config.php on line 71

Warning: Trying to access array offset on false in /home/bioinfof/www/wp-content/plugins/source-codes-in-comments/source-codes-in-comments.php on line 105

Warning: Trying to access array offset on false in /home/bioinfof/www/wp-content/plugins/source-codes-in-comments/source-codes-in-comments.php on line 107

Warning: Constant EMPTY_TRASH_DAYS already defined in /home/bioinfof/www/wp-config.php on line 90
Archives des Numba - Bioinfo-fr.net

Accessibility Tools

- Le blog participatif de bioinformatique francophone depuis 2012 -

Étiquette : Numba

  • Python fait la numba

    Python fait la numba

    Suite à cet article, j'ai eu envie de comparer les temps d'exécution de Cython et Numba.Il est toujours intéressant de faire des tests de performances (benchmarks) de temps à autre, pour voir si on ne peut pas améliorer certains de nos algorithmes 🙂 Cython est un très bon moyen pour optimiser vos programmes, mais il…