You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: implement custom value to reduce memory allocation (#32)
* perf: value bool, int64 or float64 is no longer allocate
* perf: reduce alloc by not concating prefix and suffix on value lookup
* fix: misspell
* tests: update unit tests
feat: add bind and explain package (#27)
Additional Packages:
- bind is for binding variables into expr string
- explain is for explaining step-by-step operations in expr (beta ver., can be improved later)
BREAKING CHANGES:
- deprecated package boolean, float and integer has been removed. (I don't think anyone use it anyway)