filmov
tv
[OCaml'22] Stack allocation for OCaml
![preview_player](https://i.ytimg.com/vi/yGRn5ZIbEW8/maxresdefault.jpg)
Показать описание
Stack allocation for OCaml
Stephen Dolan (Jane Street)
Leo White (Jane Street)
Allocating values on a stack instead of the garbage collected heap can improve performance by improving cache locality and avoiding GC pauses. However, it requires that the values do not escape the lifetime of their associated stack frame. We describe an extension to OCaml that allows values to be allocated on a stack and ensures through the type system that they do not escape their stack frame.
Stephen Dolan (Jane Street)
Leo White (Jane Street)
Allocating values on a stack instead of the garbage collected heap can improve performance by improving cache locality and avoiding GC pauses. However, it requires that the values do not escape the lifetime of their associated stack frame. We describe an extension to OCaml that allows values to be allocated on a stack and ensures through the type system that they do not escape their stack frame.
[OCaml'22] Stack allocation for OCaml
[OCaml'22] Efficient “out of heap” pointers for multicore OCaml
Memory allocation in OCaml and beyond
Module Types for Stacks and Queues | OCaml Programming | Chapter 5 Video 10
Equational Specification of Stacks | OCaml Programming | Chapter 6 Video 34
[OCaml'22] Multicoretests - Parallel Testing Libraries for OCaml 5.0
[ICFP'22] Retrofitting Concurrency – Lessons from the Engine Room
Effective Programming in OCaml
Rust vs OCaml vs F#
[ML'22] Unboxed types for OCaml
[OCaml'22] Composing Schedulers using Effect Handlers
[Tutorials @ ICFP'22] OCaml 5 for the working Programmer (Part1)
Inferring Locality in OCaml | OCaml Unboxed
[OCaml'22] Highest-performance Stream Processing
[OCaml'22] Supporting FLAT concepts in Learn-OCaml: seeing is believing, programming is u...
[ML'22] An OCaml use case for strong call-by-need reduction
Advent of Code 2022 Day 1 in OCaml: Calorie Counting (22:50/26:55)
[ML'22] Necro ML: Generating OCaml Interpreters
[Tutorials @ ICFP'22] OCaml 5 for the Working Programmer (Part 2)
Unboxed Types for OCaml
Printing 'Hi bro, watsup' in OCaml #shorts
OCaml 2021 - OCaml and Python: Getting the Best of Both Worlds
OCaml 2021 - 25 years of OCaml
Ocaml Adventures Continue: AoC Day 2
Комментарии