Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple structures #55

Merged
merged 18 commits into from
Jul 29, 2022
Merged

Simple structures #55

merged 18 commits into from
Jul 29, 2022

Conversation

micheleriva
Copy link
Member

@micheleriva micheleriva commented Jul 29, 2022

This is a major refactor made by @ShogunPanda which changes the Lyra API in order to provide support for data serialization (either via protocol buffers, dpack, or similar).

This will open the possibility of running Lyra on the edge without having to re-index the content on every insert (we'll publish the idea abstract later on).

This PR also removes jest in favor of tap, which is a preferred test runner.

Another notable change is that all the Lyra methods are now sync, so there is no need for promises anymore (which were quite useless in the original APIs).

Lastly, the elapsed property is now either a number or a bigInt representing the microseconds elapsed for a given operation.

@micheleriva micheleriva removed the request for review from ShogunPanda July 29, 2022 14:30
@micheleriva micheleriva merged commit 0a3609a into main Jul 29, 2022
@micheleriva micheleriva deleted the simple-structures branch July 29, 2022 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants