Skip to content
Snippets Groups Projects

Some performance enhancements

Merged Christian Eichenberger requested to merge 22-performance-tuning into master

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
123 123 current_node = item
124 124
125 125 # pop current off open list, add to closed list
126 open_list.remove(current_node)
127 closed_list.add(current_node)
126 open_.remove(current_node)
  • hagrid67 added 1 commit

    added 1 commit

    • f3c323b6 - a_star: changed open_ and closed_ to open_nodes and closed_nodes

    Compare with previous version

  • merged

  • hagrid67 mentioned in commit 8bfa7470

    mentioned in commit 8bfa7470

  • Please register or sign in to reply
    Loading