cython/cython

range(a,b,c) not optimized for (at compile time) unknown step value

Open

#1.106 aberto em 24 de jun. de 2010

Ver no GitHub
 (13 comments) (0 reactions) (0 assignees)Python (1.517 forks)batch import
Optimizationdefecthelp wanted

Métricas do repositório

Stars
 (8.663 stars)
Métricas de merge de PR
 (Mesclagem média 45d 12h) (52 fundiu PRs em 30d)

Description

We optimized range(a) and range(a,b), why not this one?

Migrated from http://trac.cython.org/ticket/546

Guia do colaborador