-
Notifications
You must be signed in to change notification settings - Fork 20
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
[WIP] 1.0.0 release #64
Conversation
Right now we have this (ruby 2.4.2):
|
benchmarks/surrealist_vs_ams.rb
Outdated
x.compare! | ||
end | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra blank line detected.
benchmarks/surrealist_vs_ams.rb
Outdated
x.compare! | ||
end | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Extra blank line detected.
…n_schema for classes that inherit from Surrealist::Serializer
Progress:
|
@AlessandroMinali do you have ideas or suggestions what can be improved performance-wise or in general before the release? |
Actually, I have done some profiling right now, and it seems that the most expensive operation in the whole gem was
This is stupid, so I am going to fix that part of |
More progress:
|
# Conflicts: # README.md
#63
What is done
json_schema
for classes that inherit fromSurrealist::Serializer
TODO