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
{{ message }}
This repository was archived by the owner on Dec 5, 2022. It is now read-only.
@vigneshshanmugam IMO we should use Buffer.allocUnsafe() instead of Buffer.alloc() to gain some performance in memory allocation. Ideally, we can create some benchmark tests to compare these 2, but I think Tailor doesn't have scenarios where memory leak can happen because of Buffer.allocUnsafe()`. Thoughts?
Node 8 provides deprecation warnings when running with --pending-deprecation flag and we need small fixes in tailor core.
The text was updated successfully, but these errors were encountered: