Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб Escape from the Heap: Low-Level Programming in Common Lisp в хорошем качестве

Escape from the Heap: Low-Level Programming in Common Lisp 8 лет назад


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



Escape from the Heap: Low-Level Programming in Common Lisp

by Ahmon Dancy, software engineer, Franz Inc. Bay Area Lisp and Scheme Meetup http://balisp.org/ Sat 7 Nov 2015 Franz HQ Oakland, CA Slides https://goo.gl/WIYWzl (Google Drive) Abstract Franz Inc has been selling Franz Lisp and Allegro Common Lisp for the last thirty years. In 2005, Franz entered the market for Semantic Graph Databases by introducing AllegroGraph. Our graph database is used by intelligence agencies, the army, and recently by pharmaceutical companies, financial institutions and hospitals. The visualization tool Gruff and the database AllegroGraph are written in Allegro Common Lisp. In the process of building the database we had to invent several new, mostly lower level technologies, one of them being out of the heap data structures. Sometimes data structures need to be persistent or shareable amongst separate processes. In these cases, alternatives to using the heap must be considered. In this talk we will explore the motivations for out-of-heap data structures. We will discuss some of the out-of-heap data structures that we've created in the course of developing our database product, such as lists, hash tables, and arrays. We will describe the tools and mechanisms that we used to implement them, including memory-mapped files, foreign structs, aligned pointers and direct memory accesses. Finally we will discuss the downsides of out-of-heap data structures and the constant struggle between abstractions and performance.

Comments