https://github.com/Netflix/atlas
Revision 252618b5c46e75d38a36d716534c5709ae25fb78 authored by brharrington on 09 February 2022, 18:51:48 UTC, committed by GitHub on 09 February 2022, 18:51:48 UTC
Before the counter and associated id was being created
each time an aggregator instance was. Now it is part of
a settings object which can be reused. The aggregators
have also been refactored a bit to reduce code duplication.
1 parent 67ed691
Raw File
Tip revision: 252618b5c46e75d38a36d716534c5709ae25fb78 authored by brharrington on 09 February 2022, 18:51:48 UTC
reduce allocations for datapoint aggregators (#1414)
Tip revision: 252618b
.gitignore

# Tmp files created by vim
*.swp

# Compiled sources
*.class

# Anything in target dirs
build
gh-pages-build
target

# Ivy caches
.bsp
.gradle
.ivy2
.ivy2.cache
.sbt

# Intellij
*.iml
*.ipr
*.iws

# anything in .idea dirs
.idea
.idea_modules
out
back to top