Skip to content

Instantly share code, notes, and snippets.

@openfirmware
openfirmware / chat-overlay.css
Created April 27, 2019 21:15
CSS for OBS chat overlay
/**
* https://www.twitch.tv/popout/openfirmware/chat?darkpopout
*
* General Settings
*/
body {
color: #FFFFFF;
background: rgba(0,0,0,0) !important;
}
@valery1707
valery1707 / Result_707c01a_2018-08-01.txt
Last active September 27, 2023 17:01
Benchmark of different collection iteration modes
# Run complete. Total time: 00:32:54
REMEMBER: The numbers below are just data. To gain reusable insights, you need to follow up on
why the numbers are the way they are. Use profilers (see -prof, -lprof), design factorial
experiments, perform baseline and negative tests that provide experimental control, make sure
the benchmarking environment is safe on JVM/OS/HW level, ask for reviews from the domain experts.
Do not assume the numbers tell you what you want them to tell.
Benchmark (clazz) (size) Mode Cnt Score Error Units
CollectionIteration.forEachJava5 java.util.HashSet 1 avgt 5 18,992 ▒ 2,319 ns/op