# A micro-benchmark

**URL:** <https://racket.discourse.group/t/a-micro-benchmark/2347>\
**Category:** General\
**Created:** [September 28, 2023, 5:08pm UTC](https://racket.discourse.group/t/a-micro-benchmark/2347 "2023-09-28T17:08:30Z")\
**Posts on this page:** 1\
**Showing post:** 46

<div class="post-metadata">

**Author:** ![jryans](https://yyz2.discourse-cdn.com/free1/user_avatar/racket.discourse.group/jryans/32/31_2.png) [@jryans](https://racket.discourse.group/u/jryans)\
**Post date:** [October 4, 2023, 9:09pm UTC](https://racket.discourse.group/t/a-micro-benchmark/2347/46 "2023-10-04T21:09:17Z")

</div>

A PR is indeed likely the right way forward! There's even a ongoing [Racket summer event](https://racket.discourse.group/t/the-2023-racket-summer-event/2191) focused on examples as well. 🙂

In case you may not have encountered it yet, Racket docs will reveal their source path if you click on the section header. So for the [page](https://docs.racket-lang.org/guide/performance.html#%28part._fixnums%2Bflonums%29) mentioned above, you can see that the main document is [https://github.com/racket/racket/tree/master/pkgs/racket-doc/scribblings/guide/guide.scrbl](https://github.com/racket/racket/tree/master/pkgs/racket-doc/scribblings/guide/guide.scrbl), and then from there, a little searching / guessing reveals the part in question: [https://github.com/racket/racket/blob/e9376c099a53825ef31f233ca80f42641ebaa26a/pkgs/racket-doc/scribblings/guide/performance.scrbl#L365](https://github.com/racket/racket/blob/e9376c099a53825ef31f233ca80f42641ebaa26a/pkgs/racket-doc/scribblings/guide/performance.scrbl#L365)

---

_[View the full topic](https://racket.discourse.group/t/a-micro-benchmark/2347)._
