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

Registry refactored to search with O(1) #244

Merged
merged 5 commits into from
Jul 9, 2021
Merged

Conversation

yngvar-antonsson
Copy link
Collaborator

@yngvar-antonsson yngvar-antonsson commented May 27, 2021

I didn't forget about

  • Tests
  • Changelog
  • Documentation (README and rst)
  • Rockspec and rpm spec

Close #188

@@ -83,6 +83,7 @@ g.test_graphite_format_observation_time_in_seconds = function()
end

g.test_graphite_sends_data_to_socket = function()
metrics.clear()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

g.after_each also calls clear(), what's the deal?

@yngvar-antonsson yngvar-antonsson requested a review from rosik July 8, 2021 09:45
@yngvar-antonsson yngvar-antonsson merged commit aa162c2 into master Jul 9, 2021
@yngvar-antonsson yngvar-antonsson deleted the registry-fix branch July 9, 2021 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rework registry to seach with O(1)
3 participants