# Experiments in speeding up runtime dispatch for integer value specialization

**URL:** https://discourse.julialang.org/t/experiments-in-speeding-up-runtime-dispatch-for-integer-value-specialization/90355
**Category:** Performance
**Created:** [November 16, 2022, 3:19pm UTC](https://discourse.julialang.org/t/experiments-in-speeding-up-runtime-dispatch-for-integer-value-specialization/90355 "2022-11-16T15:19:35Z")
**Posts on this page:** 1
**Showing post:** 19

<div class="post-metadata">

### Author: ![lmiq](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/lmiq/32/18314_2.png) [@lmiq](https://discourse.julialang.org/u/lmiq)
#### Post date: [November 18, 2022, 2:41pm UTC](https://discourse.julialang.org/t/experiments-in-speeding-up-runtime-dispatch-for-integer-value-specialization/90355/19 "2022-11-18T14:41:47Z")

</div>

There is a discussion about that here: [Union splitting vs C++ - #13 by ChenNingCong](https://discourse.julialang.org/t/union-splitting-vs-c/61772/13)

(see some previous posts).

I don’t know if there are specific proposals on how that can be improved, but there seem to be inherent limitations relative to the approach taken in static languages.

---

_[View the full topic](https://discourse.julialang.org/t/experiments-in-speeding-up-runtime-dispatch-for-integer-value-specialization/90355)._
