• ClipSaver
ClipSaver
Русские видео
  • Смешные видео
  • Приколы
  • Обзоры
  • Новости
  • Тесты
  • Спорт
  • Любовь
  • Музыка
  • Разное
Сейчас в тренде
  • Фейгин лайф
  • Три кота
  • Самвел адамян
  • А4 ютуб
  • скачать бит
  • гитара с нуля
Иностранные видео
  • Funny Babies
  • Funny Sports
  • Funny Animals
  • Funny Pranks
  • Funny Magic
  • Funny Vines
  • Funny Virals
  • Funny K-Pop

How OCaml Represents Values in Memory скачать в хорошем качестве

How OCaml Represents Values in Memory 6 months ago

Jane Street

Jane Street Capital

finance

trading

OCaml

coding

tech

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
How OCaml Represents Values in Memory
  • Поделиться ВК
  • Поделиться в ОК
  •  
  •  


Скачать видео с ютуб по ссылке или смотреть без блокировок на сайте: How OCaml Represents Values in Memory в качестве 4k

У нас вы можете посмотреть бесплатно How OCaml Represents Values in Memory или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:

  • Информация по загрузке:

Скачать mp3 с ютуба отдельным файлом. Бесплатный рингтон How OCaml Represents Values in Memory в формате MP3:


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса ClipSaver.ru



How OCaml Represents Values in Memory

OCaml has a remarkably simple memory model, permitting a uniform representation of both atomic and compound datatypes. It is often useful to understand the layout of OCaml values, particularly for debugging and optimization. This video explains the implementation choices behind various OCaml datatypes, without covering anything specific to Jane Street’s extensions. The examples in this video use some functions from the “Obj” module (https://ocaml.org/manual/5.2/api/Obj...., exposing details of the runtime’s internal representation of values. In particular, “Obj.repr” is an identity operation which reinterprets an OCaml value as an “Obj.t”, allowing us to inspect it via other functions in “Obj”, while “Obj.magic” unsafely reinterprets an OCaml value as having any arbitrary type. This video also uses relatively verbose syntax to redefine certain types, such as “type nonrec unit : immediate = unit = ()”. The keyword “nonrec” indicates that this definition is non-recursive, i.e. the second “unit” does not refer to the “first” but to the built-in “unit” in the typing environment. The “: immediate” annotation is a Jane Street extension, but is equivalent to the “[@@immediate]” attribute in mainstream OCaml. Finally, the “= ()” simply enumerates all constructors of the datatype, for illustration purposes. The manual section on type declaration syntax can be found here: https://ocaml.org/manual/5.2/typedecl.... Adapted from Real World OCaml: https://dev.realworldocaml.org/runtim...

Comments

Контактный email для правообладателей: [email protected] © 2017 - 2025

Отказ от ответственности - Disclaimer Правообладателям - DMCA Условия использования сайта - TOS



Карта сайта 1 Карта сайта 2 Карта сайта 3 Карта сайта 4 Карта сайта 5