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
We can support asynchronous from the language wrapper to the jsondb API. So they can implement in the language, some non-blocking call logic. Like async Python can consume it while doing something else.
And the jsondb API handler can easily use go channel & go routine to stream results as calls to B-tree comes in. Simple, 'can be added on V2 today, to make the Wrapper more appealing!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
We can support asynchronous from the language wrapper to the jsondb API. So they can implement in the language, some non-blocking call logic. Like async Python can consume it while doing something else.
And the jsondb API handler can easily use go channel & go routine to stream results as calls to B-tree comes in. Simple, 'can be added on V2 today, to make the Wrapper more appealing!
All reactions