Skip to content

Instantly share code, notes, and snippets.

@ttldtor
Last active September 9, 2025 18:07
Show Gist options
  • Save ttldtor/29aba702f32f7ed5d0c392605e355744 to your computer and use it in GitHub Desktop.
Save ttldtor/29aba702f32f7ed5d0c392605e355744 to your computer and use it in GitHub Desktop.
xychart
    title "Sales Revenue"
    x-axis [jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec]
    y-axis "Revenue (in $)" 4000 --> 11000
    bar [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 6000]
    line [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 6000]
Loading
pie title Compare sal vs builtin (uint64_t, clang, linux)
  "builtin <<" : 121.3
  "sal<uint64_t>" : 107.8
Loading
xychart
    title "op/s (выше — лучше)"
    x-axis ["\<\< u32", "\<\< u64", ">> u32", ">> u64"]
    y-axis "op/s" 0 --> 18000000000
    bar "builtin" [17023756818.76, 6660815254.06, 17654490126.26, 6609437117.53]
    bar "sal/sar" [ 9323898928.07, 6144728421.07, 1639232542.62, 1797364069.72]
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment