Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • adaptive adaptive
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 36
    • Issues 36
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 5
    • Merge requests 5
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Quantum TinkererQuantum Tinkerer
  • adaptiveadaptive
  • Merge requests
  • !92

(LearnerND) Make some functions faster using Cython

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Jorn Hoofwijk requested to merge cython into master Jul 28, 2018
  • Overview 14
  • Commits 14
  • Pipelines 4
  • Changes 3

Closes #80

This speeds up the learner with ~30% I believe.

I am aware that currently a great amount of time is going into the triangulation class. And I think that it can become a gazillion times faster if it would be fully translated into cython (or C++). However, I am not sure if we would want to go this route, now. As it would be a great deal of work. And I suppose it would be beneficial to make this change only if we are certain that only minor parts of the triangulation will change.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: cython