summaryrefslogtreecommitdiff
path: root/pyspike/cython/cython_profiles.pyx
diff options
context:
space:
mode:
authorMario Mulansky <mario.mulansky@gmx.net>2015-05-08 18:06:59 +0200
committerMario Mulansky <mario.mulansky@gmx.net>2015-05-08 18:06:59 +0200
commitf688dc2e8616f914040746de845646abb158125d (patch)
tree01229c5fc4a5eee546a365595388c5159a479375 /pyspike/cython/cython_profiles.pyx
parent619ffd7105203938a26075c79a77d63960da9922 (diff)
introduce backend for distance function
isi- and spike distances over complete intervals are now computed without obtaining the profile first. This gives more than x2 performance improvements.
Diffstat (limited to 'pyspike/cython/cython_profiles.pyx')
-rw-r--r--pyspike/cython/cython_profiles.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyspike/cython/cython_profiles.pyx b/pyspike/cython/cython_profiles.pyx
index 59a8d30..3690091 100644
--- a/pyspike/cython/cython_profiles.pyx
+++ b/pyspike/cython/cython_profiles.pyx
@@ -10,7 +10,7 @@ cython implementation of the isi-, spike- and spike-sync profiles
Note: using cython memoryviews (e.g. double[:]) instead of ndarray objects
improves the performance of spike_distance by a factor of 10!
-Copyright 2014, Mario Mulansky <mario.mulansky@gmx.net>
+Copyright 2014-2015, Mario Mulansky <mario.mulansky@gmx.net>
Distributed under the BSD License