StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

DavidW

Rating
1582.37 (2,809th)
Reputation
14,868 (9,488th)
Page: 1 2 3 4 ... 14
Title Δ
Is it possible to assign an C++ pointer to an attribute of a Python... +0.39
Print a Cython Memoryview 0.00
Cython example for sending array/vector to a c++ script 0.00
Best choice for passing float arrays in Cython 0.00
How to use prange in cython? -0.74
How to define a function returning a cpp-defined type in Cython? 0.00
Cython - Indexing numpy array within nogil function 0.00
Is it possible to use a Cython Extension Type in a nogil section? 0.00
Importing C function with cython, how to pass a pointer to a python... 0.00
Overloaded operator() is failing in Cython 0.00
Have C extension class inherit from Python class 0.00
Cython min and max on Arrays 0.00
How to properly call PyIter_Next over a List or Iterable in Python... 0.00
fused type: undeclared name not builtin: double 0.00
Wrapping C header macros with Cython 0.00
How do you use/view memoryview objects in Cython? 0.00
PyBytes_FromString different endianness 0.00
Cython with pyqt signal 0.00
Extending python with C: trying to swap list elements 0.00
Cython same classes with different types 0.00
Why doesn't code acceleration work with Cython? +0.71
PyObject_CallObject is returning NULL when calling Show() or Save()... 0.00
Convert an iterable object to tuple in python C api 0.00
How can I use a python variable as an input / output for a C functi... 0.00
Cython: how to pass a c++ class as an argument to a Cython class th... 0.00
How to get object ID using C API in Python? 0.00
Build Python File with PyPy 0.00
C/Cython return value depends partially on frame/function to which... 0.00
Cython Iterating through array and indexing still slow 0.00
Deriving from arbitrary Python class with C API and `tp_basicsize`... 0.00
Two Cython functions; why does one work, and the other give NameErr... 0.00
Is there a comprehensive list of types, functions at compile time i... 0.00
cython ctypedef syntax: quoted string at end? 0.00
Redefinition of an existing Python function in a Cython pxd file 0.00
Cython unable to import and execute a function: Storing unsafe C de... 0.00
How to check if an object in Python is a PyCapsule? -0.06
Cython cannot refer to a declared type in a cdef class if there is... 0.00
Going faster than struct.pack with cython -2.34
Cython: declare a PyCapsule_Destructor in pyx file 0.00
Cython returns 0 for expression that should evaluate to 0.5? +0.36
Preventing one of many independent Python objects from decrefing to... +1.02
Helper file with pyx file for Cython 0.00
Cython: How user-defined conversion of C++-classes can be used? +1.68
cython ctypedef large double arrays lead to segfault on Ubuntu 18.04 0.00
Why dgemm (Cython compiled) is slower than numpy.dot 0.00
python pass to C-API structure with a pointer to another structure... +0.38
Cython with dict same as python 0.00
Can this problem be implemented in parallel in Cython with OpenMP? -2.08
Is it possible to access a cdef'ed attribute of super class? 0.00
Parallelize in Cython without GIL +1.27