Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Object Pools (Android Performance Patterns Season 2 ep5)

  • Google for Developers
  • 2015-05-19
  • 24216
Object Pools (Android Performance Patterns Season 2 ep5)
Memory ChurnmemorymemorieobjectpoolspoolpullproblemsfixLecturetutoriallessonAndroidColt McAnlisoptimizingoptimizeoptomizeoptamizeperformancebatchingdelayingsavesavingGoogleDevelopersAndroid Performance Patternshow toappapplicationaplicationAndroid (Operating System)product: androidfullname: Colt McAnlisLocation: MTVTeam: Scalable AdvocacyType: DevByteGDS: Full Production
  • ok logo

Скачать Object Pools (Android Performance Patterns Season 2 ep5) бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Object Pools (Android Performance Patterns Season 2 ep5) или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

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

Cкачать музыку Object Pools (Android Performance Patterns Season 2 ep5) бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Object Pools (Android Performance Patterns Season 2 ep5)

Memory Churn is a constant, and serious problem for the performance of your applications. Allocating loads of temporary objects in a short time frame puts a ton of pressure on your memory heaps, resulting in more GC events being kicked off.

In this video Colt McAnlis, provides a recipe for success here: Rather than promoting a bulk of your objects to static in order to solve memory churn problems, you can utilize an amazingly powerful data structure, known as an Object Pool.

Object Pools are data structures which hold on to un-used objects for you. Basically, rather than freeing an object back to the heap when you’re done with it, you instead, hand it off to the object pool. Later on, when some function wants a new object of that type, you can return the un-used object, rather than going and allocating a new one from the heap.

Watch more Android Performance Patterns here: http://goo.gl/4ZJkY1
Join the G+ Community here: http://goo.gl/g7mxmI
Subscribe to the Google Developers channel here: http://goo.gl/mQyv5L

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

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