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
maybe, im on the fence with this. is having the radix parameter the second positional argument to parseInt a footgun? maybe. maybe not. haha. Let me think about this one more.
well at least tuple.length instead of if (value) because the current implementation would do a delete instead of writing null for batchWrite(foo, bar, null)
Also that's another issue I should open about objects vs primitive.
Having a batch API that is something like
Is less likely to delete due to a bug, since the delete is opt in.
we can also add something like
In the future, to support an API with fewer allocations. ( Would be nice to have benchmarks first before doing this ).
The text was updated successfully, but these errors were encountered: