forked from NeuralEnsemble/elephant
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Performance and API enhancement for STTC (NeuralEnsemble#244)
* Speedup for STTC * Implemented spike search in other sptr with numpy search Memory complexity: O(max(n1, n2)) (exactly max(n1, n2) is used additionally at peak) Runtime complexity: O(max(n1, n2)*log(max(n1, n2))), because search happens n1 times with log(n2) for binary search (or n2 times with log(n1))
- Loading branch information
1 parent
a833a96
commit ce9e7ac
Showing
1 changed file
with
50 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters