Що таке GARBAGE COLLECTOR Українською - Українська переклад

['gɑːbidʒ kə'lektər]
['gɑːbidʒ kə'lektər]
збирач сміття
garbage collector
garbage collector

Приклади вживання Garbage collector Англійська мовою та їх переклад на Українською

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Java provides the concept for“garbage collector”.
Java використовує концепцію“збирача сміття”.
Garbage collectors in Turkey have opened a library of abandoned books.
У Туреччині сміттярі зібрали бібліотеку з викинутих книг.
JavaScript memory management. Garbage Collector.
Робота з пам'яттю в JavaScript. Garbage Collector.
Garbage collectors in Turkey have built a library out of thrown away books.
У Туреччині сміттярі зібрали бібліотеку з викинутих книг.
Actual allocated memory in this case is completely managed by the garbage collector.
Фактична виділена пам'ять у цьому випадку повністю керується збирачем сміття(GC або garbage collector).
Garbage collectors in Turkey have built a library out of thrown away books.
У Туреччині сміттярі створили бібліотеку з викинутих книжок.
Java uses an app called automatic garbage collector to manage memory in the object life-cycle.
Java використовує автоматичний збирач сміття(GC- Garbage Collector) для керування пам'яттю під час життєвого циклу об'єкта.
Garbage collectors went on strike on the 9 January, but their demands were quickly met.
Збирачі сміття розпочали страйк 9 січня і їхні вимоги були швидко прийняті.
A terrible way of analogising how itworks alongside diffusion is putting your trash out for the garbage collectors to take.
Дуже негарний спосіб аналогії,як перфузія працює разом з дифузією це як ставити сміття для збирачів сміття.
Garbage collectors earn 1-2 dollars a day, but this is fraught with the risk of the disease.
Збирачі сміття заробляють 1-2 долари в день, але це загрожує ризиком захворювання.
The shooting took place in New York in the dayswhen there was an unprecedented heat in the city, and the garbage collectors went on strike.
Зйомки проходили в Нью-Йорку в дні,коли в місті стояла небувала спека, а збирачі сміття оголосили страйк.
As a consequence, garbage collectors implement a restriction of a solution to the general problem.
Як наслідок, збирачі сміття впроваджують обмеження вирішення загальної проблеми.
The Communist Party's People'sDaily said on Twitter that no one lived at the scene but garbage collectors might have been working there.
Комуністична партія Китаюповідомила на Twitter, що на місці події ніхто не жив, але, ймовірно, там перебували збирачі сміття.
Js uses a Garbage collector to clear the memory that was previously occupied by objects.
Js використовує сміттєзбірник(Garbage collector) для очищення пам'яті, що була раніше зайнята об'єктами.
As soon as the memory referenced by aisn't referenced anymore through any variable in the program, the garbage collector will free its memory.
Як тільки на пам'ять, яку використовує a,перестане посилатись будь-яка змінна у програмі, збирач сміття звільнить цю пам'ять.
Garbage collector results in stalls or unnecessarily large memory usage(Lua, Python, JS, AS, etc.).
Збирач сміття призводить до зупинки або надмірного використання пам'яті(Lua, Python, JS, AS та ін.).
However, manual memory management is very error-prone andthus D uses a garbage collector by default to manage memory allocation.
Проте, ручне керування пам'яттю є причиною багатьох системних помилок,тому D використовує збирач сміття за замовчуванням, щоб виділяти та звільняти пам'ять.
The garbage collector will make sure the memory is freed when no references to an object exist anymore.
Збирач сміття звiльняє пам'ять об'єкту лише тодi, коли впевниться, що ніякіх посилань на об'єкт більше не існує.
They are discussed in the final chapters on the topic of“optimization,” andthe authors often discuss only such details as calling the garbage collector less often.
Вони обговорюються у заключних главах на тему«оптимізації», причому авторичасто обговорюють лише такі, зокрема, як рідше викликати збирач сміття.
At the age of 19, garbage collector and convicted criminal Mickey Carroll won a $13.6 million jackpot.
У віці 19 років колекціонер сміття та засуджений злочинець Міккі Керролл виграли джекпот у розмірі 13, 6 мільйонів доларів.
The java. lang. ref package provides more flexible types of references than are otherwise available,permitting limited interaction between the application and the Java Virtual Machine(JVM) garbage collector.
Пакет java. lang. ref надає більш гнучкі типи посилань, ніж інакше доступні,дозволяючи обмежену взаємодію між програмою та збирачем сміття Java Virtual Machine(JVM).
Example: the garbage collector removes objects from memory that are no longer referenced by other objects.
Наведемо приклад:«збирач сміття» видаляє з пам'яті об'єкти, на які вже не залишилося посилань з інших об'єктів програми.
An ideal garbage collection implementation would be totally invisible-- there would be no garbage collectionpauses, no CPU time would be lost to garbage collection, the garbage collector wouldn't interact negatively with virtual memory or the cache, and the heap wouldn't need to be any larger than the residency(heap occupancy) of the application.
В ідеалі реалізація збірки сміття була б абсолютно непомітною: не було б пауз,центральний процесор не витрачав би час на утилізацію пам'яті, складальник сміття не впливав би негативно на віртуальну пам'ять або кеш, і розмір динамічної пам'яті(heap) не було б потрібно більше, ніж резиденція(заповнення динамічної пам'яті) додатку.
Having a Garbage collector, even though it was advanced, does not eliminate the code for possible memory loss issues.
Наявність сміттєзбірника(Garbage collector), хоч яким просунутим він був, не позбавляє код можливих проблем з втратами пам'яті.
If the property is not explicitly removed or nulled, a reference-counting garbage collector will always have at least one reference intact and will keep the DOM element in memory even if it was removed from the DOM tree.
Якщо ця властивість не буде явно видалена чи обнулена, збирач сміття, що підраховує посилання, завжди матиме принаймні одне наявне посилання і триматиме DOM-елемент у пам'яті, навіть якщо він був видалений з DOM-дерева.
Garbage collectors also solve the problem of circular references, but garbage collection is a resource-consuming operation.
Збирачі сміття вирішують також і проблему циклічних посилань, але збірка сміття є ресурсомісткою операцією.
In fact, part of the charm and the innovation of the work here is that so many makers aren't artists at all,but scientists or engineers or welders or garbage collectors, and their works cross disciplinary boundaries, from a grove of origami mushrooms that developed out of the design for a yurt to a tree that responds to the voices and biorhythms of all those around it through 175,000 LEDs embedded in its leaves.
Насправді, частково чарівність та інноваційність роботи полягає у тому, що багато творців зовсім не є митцями, а науковцями чи інженерами,зварювальниками чи збирачами сміття. Їхні роботи перетинають кордони мистецтва: від лісочку грибів у техніці орігамі, який надихнув дизайн юрти, до дерева, яке реагує на голоси та біоритми всіх, хто знаходиться поруч, завдяки 175 тисячам світлодіодів, вмонтованих у його листя.
We can also expose the garbage collector for debugging memory issues using a flag and the Chrome Debugger:.
Ми також можемо викликати збирач сміття для відлагодження проблем з пам'яттю, використовуючи прапор та Chrome Debugger:.
Starting from the roots, the garbage collector will thus find all reachable objects and collect all non-reachable objects.
Таким чином, починаючи від коренів, збирач сміття знайде усі досяжні об'єкти та збере усі недосяжні об'єкти.
Результати: 29, Час: 0.0343

Переклад слово за словом

Найпопулярніші словникові запити

Англійська - Українська