Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

[perf] Improve the performance of Action Selection #641

Closed
rynowak opened this issue Jun 9, 2014 · 3 comments
Closed

[perf] Improve the performance of Action Selection #641

rynowak opened this issue Jun 9, 2014 · 3 comments

Comments

@rynowak
Copy link
Member

rynowak commented Jun 9, 2014

Some ideas we're considering/measuring:

  • Totally naive (basically what we have now)
  • Build a graph of actions with dictionary lookups based on route keys/values
  • Do the above (graph) with lookups based on string characteristics (custom dictionary type)
  • Generate compiled code based on the above (no dictionaries, unroll the code)
@rynowak rynowak self-assigned this Jul 10, 2014
@rynowak
Copy link
Member Author

rynowak commented Jul 28, 2014

Prototype is out for this. Needs some discussion and PR cleanup. 1 day remaining.

@danroth27 danroth27 modified the milestones: 6.0.0-alpha3, 6.0.0-alpha4 Aug 12, 2014
@rynowak
Copy link
Member Author

rynowak commented Aug 14, 2014

8bfb6eb

#848

@rynowak rynowak closed this as completed Aug 14, 2014
@davidfowl
Copy link
Member

@rynowak mark as done

@yishaigalatzer yishaigalatzer changed the title Improve the performance of Action Selection [perf] Improve the performance of Action Selection Sep 29, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants