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
add FiltersContainer class to store a list of filters
improve allocations by estimating required size of buffer from filters ahead of time
optimize hasUnicode using RegExp
include punycode package in source-tree to allow transpilation by tsc + minification + type checking
filters will now keep track of isUnicode which indicates if filter contains any unicode character. This allows to optimize storage + remove the need from checking later on.
StaticDataView's pushUTF8 now assumes the input is unicode and will not check