-
Notifications
You must be signed in to change notification settings - Fork 10
Peformance Optimization #138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from 5 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
16e4df1
use generated function to run instruction
KDr2 e1529f1
optimize mem allocation
KDr2 10578ea
optiomize copy and update_var!
KDr2 64924e4
Merge branch 'master' into perf
yebai 4e0e60c
optimization on constant
KDr2 2d9ecd4
remove MacroTools
KDr2 18e1629
don't optimize function call
KDr2 f8472b0
opt const function-call conditionally
KDr2 b6a4c77
remove `val`
KDr2 d1a2fea
breakdown benchmarks
KDr2 48355e1
Merge branch 'master' into perf
yebai d19ef67
use Vector as bindings
KDr2 9a1b11b
use Int as box, inline _update_var! manually
KDr2 2374767
code refactor
KDr2 4597d6d
remove unused code
KDr2 c4dd9f0
Update src/tapedfunction.jl
yebai 3a31c4e
add comments
KDr2 252b846
update comments
KDr2 f8e3752
update from review
KDr2 9675907
update from review
KDr2 3ab024f
use a compact bindings, remove the offset limitation
KDr2 36a793e
bugfix: unify TypedSlot and SlotNumber
KDr2 00f2553
document
KDr2 a99b50c
refine types
KDr2 124e2e1
give bindings a sizehint
KDr2 6c49595
update docs for `tape_copy`
KDr2 dba0001
remove outdated comments
KDr2 08f085a
update from review
KDr2 2811318
disable logging by default
KDr2 03d971b
update comments
KDr2 9bafecf
use vector to store arg indices
KDr2 20f49ef
rename fields in TF
KDr2 d8f2371
remove TempBindings
KDr2 5343c34
Update tapedfunction.jl
yebai 7bf4f29
Update Project.toml
yebai File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.