FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for optimizer - expr-lang/expr · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
expr-lang
/
expr
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
526
Star
8k
Code
Issues
57
Pull requests
34
Discussions
Actions
Security and quality
2
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
expr
optimizer
on
master
User selector
Datepicker
Commit history
Commits on Jan 12, 2026
perf(optimizer): add count threshold comparisons (#898)
Show description for 4ff281d
thevilledev
authored
4ff281d
View commit details
Copy full SHA for 4ff281d
View code at this point
Browse repository at this point
Commits on Jan 6, 2026
perf(optimizer): count comparisons to any (#897)
Show description for 13c5b65
thevilledev
authored
13c5b65
View commit details
Copy full SHA for 13c5b65
View code at this point
Browse repository at this point
Commits on Jan 5, 2026
perf(optimizer): add sum range optimization (#896)
Show description for 0fcde75
thevilledev
authored
0fcde75
View commit details
Copy full SHA for 0fcde75
View code at this point
Browse repository at this point
Commits on Dec 4, 2025
fix(optimizer): wrap merged results as predicates (#864)
Show description for f423c10
thevilledev
and
antonmedv
authored
f423c10
View commit details
Copy full SHA for f423c10
View code at this point
Browse repository at this point
Commits on Mar 7, 2025
Add more tests for filter_map optimization
antonmedv
committed
8f1e880
View commit details
Copy full SHA for 8f1e880
View code at this point
Browse repository at this point
Do not optimize filter_map if #index used
Show description for 35bdb68
antonmedv
committed
35bdb68
View commit details
Copy full SHA for 35bdb68
View code at this point
Browse repository at this point
Commits on Jun 3, 2024
Refactor types table (#667)
antonmedv
authored
a31b1fe
View commit details
Copy full SHA for a31b1fe
View code at this point
Browse repository at this point
Commits on May 31, 2024
Refactor checker to use Nature (#665)
Show description for 73cb42d
antonmedv
authored
73cb42d
View commit details
Copy full SHA for 73cb42d
View code at this point
Browse repository at this point
Commits on May 7, 2024
Vendor testify (#642)
antonmedv
authored
9a4b529
View commit details
Copy full SHA for 9a4b529
View code at this point
Browse repository at this point
Commits on Apr 13, 2024
Add more optimizer tests
antonmedv
committed
b2a0c2a
View commit details
Copy full SHA for b2a0c2a
View code at this point
Browse repository at this point
Code style
antonmedv
committed
d236dcd
View commit details
Copy full SHA for d236dcd
View code at this point
Browse repository at this point
Add sum([]) optimization
antonmedv
committed
c2b609e
View commit details
Copy full SHA for c2b609e
View code at this point
Browse repository at this point
Add sum(map()) optimization
antonmedv
committed
edb1b5a
View commit details
Copy full SHA for edb1b5a
View code at this point
Browse repository at this point
Commits on Apr 12, 2024
Optimize boolean operations between all, any, none functions (#626)
bizywizy
authored
2aee523
View commit details
Copy full SHA for 2aee523
View code at this point
Browse repository at this point
Commits on Apr 10, 2024
Revert "Optimize boolean operations between all, any, one, none functions (#555)" (#625)
Show description for e7e72b9
antonmedv
authored
e7e72b9
View commit details
Copy full SHA for e7e72b9
View code at this point
Browse repository at this point
Commits on Feb 11, 2024
Optimize boolean operations between all, any, one, none functions (#555)
bizywizy
authored
3c03e59
View commit details
Copy full SHA for 3c03e59
View code at this point
Browse repository at this point
Commits on Dec 22, 2023
Remove const range optimization
antonmedv
committed
e4a4555
View commit details
Copy full SHA for e4a4555
View code at this point
Browse repository at this point
Commits on Dec 3, 2023
Use expr-lang/expr
antonmedv
committed
c89be6a
View commit details
Copy full SHA for c89be6a
View code at this point
Browse repository at this point
Commits on Aug 30, 2023
Replace interface{} with any
antonmedv
committed
7221fe0
View commit details
Copy full SHA for 7221fe0
View code at this point
Browse repository at this point
Commits on Aug 28, 2023
Fix float folding optimization
antonmedv
committed
4629871
View commit details
Copy full SHA for 4629871
View code at this point
Browse repository at this point
Apply in range optimization only for int type on lhs
antonmedv
committed
e81f517
View commit details
Copy full SHA for e81f517
View code at this point
Browse repository at this point
Commits on Aug 24, 2023
Add map(filter()) optimization
antonmedv
committed
80f169a
View commit details
Copy full SHA for 80f169a
View code at this point
Browse repository at this point
Add filter()[-1] optimization
antonmedv
committed
88a1913
View commit details
Copy full SHA for 88a1913
View code at this point
Browse repository at this point
Add filter()[0] optimization
antonmedv
committed
a875bba
View commit details
Copy full SHA for a875bba
View code at this point
Browse repository at this point
Add len(filter()) optimization
antonmedv
committed
b7458fc
View commit details
Copy full SHA for b7458fc
View code at this point
Browse repository at this point
Commits on Aug 14, 2023
Add builtin functions
antonmedv
committed
18e4290
View commit details
Copy full SHA for 18e4290
View code at this point
Browse repository at this point
Commits on Feb 1, 2023
Adds simple bool condition optimization
Show description for e092ae3
andrewbenton
authored and
antonmedv
committed
e092ae3
View commit details
Copy full SHA for e092ae3
View code at this point
Browse repository at this point
Commits on Nov 10, 2022
Move code duplicate to conf package
antonmedv
committed
9c67ada
View commit details
Copy full SHA for 9c67ada
View code at this point
Browse repository at this point
Commits on Nov 8, 2022
Add optimize float folds test
antonmedv
committed
4fc6235
View commit details
Copy full SHA for 4fc6235
View code at this point
Browse repository at this point
Fix constant folding for floats and ints
antonmedv
committed
b26d4b7
View commit details
Copy full SHA for b26d4b7
View code at this point
Browse repository at this point
Commits on Nov 6, 2022
Simplify "not in" operators
antonmedv
committed
3d4c219
View commit details
Copy full SHA for 3d4c219
View code at this point
Browse repository at this point
Commits on Nov 5, 2022
Optimizer should return []interface{} as well.
antonmedv
committed
6f43069
View commit details
Copy full SHA for 6f43069
View code at this point
Browse repository at this point
Add ^ as exponent operator
antonmedv
committed
971d241
View commit details
Copy full SHA for 971d241
View code at this point
Browse repository at this point
Commits on Nov 2, 2022
Simplify ast.Visitor interface
antonmedv
committed
70ceebb
View commit details
Copy full SHA for 70ceebb
View code at this point
Browse repository at this point
Commits on Oct 27, 2022
Add fold filter optimizations
antonmedv
committed
a682629
View commit details
Copy full SHA for a682629
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL