Search
1000 results for “array”
-
💮 Compact LET Arrays for Origami-Based Mechanisms
https://www.mdpi.com/2218-6581/15/1/1
#robotics #mechanical #technology #mechanisms #machines #origami #actuators #folding
-
💮 Compact LET Arrays for Origami-Based Mechanisms
https://www.mdpi.com/2218-6581/15/1/1
#robotics #mechanical #technology #mechanisms #machines #origami #actuators #folding
-
💮 Compact LET Arrays for Origami-Based Mechanisms
https://www.mdpi.com/2218-6581/15/1/1
#robotics #mechanical #technology #mechanisms #machines #origami #actuators #folding
-
💮 Compact LET Arrays for Origami-Based Mechanisms
https://www.mdpi.com/2218-6581/15/1/1
#robotics #mechanical #technology #mechanisms #machines #origami #actuators #folding
-
Black-White Array: новая структура данных с O(log N) аллокаций
Black-White Array (BWA) — это упорядоченная структура данных с амортизированным временем операций вставки/поиска/удаления и используемых участков памяти . Преимущества: • Амортизированное время вставки/удаления/поиска сравнимое с реализацией BTree от Google ; • Низкое количество аллокаций памяти при операциях вставки - меньше давления на сборщик мусора, ниже фрагментация памяти; • Массивы под капотом: данные лежат рядом, что улучшает кэшируемость процессором и скорость обхода/доступа к данным; • Позволяет хранить элементы с одинаковыми ключами - не нужно использовать дополнительные структуры для группировки таких элементов; • Низкий оверхед на хранение служебной информации - экономия памяти по сравнению с другими структурами данных; • Удобен для вставки батчами; • Простая сериализация и десериализация; Подробности
https://habr.com/ru/articles/984184/
#алгоритмы #структуры_данных #computer_science #множество #orderedset #производительность #optimization #allocation #индексы #оптимизация
-
Black-White Array: новая структура данных с O(log N) аллокаций
Black-White Array (BWA) — это упорядоченная структура данных с амортизированным временем операций вставки/поиска/удаления и используемых участков памяти . Преимущества: • Амортизированное время вставки/удаления/поиска сравнимое с реализацией BTree от Google ; • Низкое количество аллокаций памяти при операциях вставки - меньше давления на сборщик мусора, ниже фрагментация памяти; • Массивы под капотом: данные лежат рядом, что улучшает кэшируемость процессором и скорость обхода/доступа к данным; • Позволяет хранить элементы с одинаковыми ключами - не нужно использовать дополнительные структуры для группировки таких элементов; • Низкий оверхед на хранение служебной информации - экономия памяти по сравнению с другими структурами данных; • Удобен для вставки батчами; • Простая сериализация и десериализация; Подробности
https://habr.com/ru/articles/984184/
#алгоритмы #структуры_данных #computer_science #множество #orderedset #производительность #optimization #allocation #индексы #оптимизация
-
Black-White Array: новая структура данных с O(log N) аллокаций
Black-White Array (BWA) — это упорядоченная структура данных с амортизированным временем операций вставки/поиска/удаления и используемых участков памяти . Преимущества: • Амортизированное время вставки/удаления/поиска сравнимое с реализацией BTree от Google ; • Низкое количество аллокаций памяти при операциях вставки - меньше давления на сборщик мусора, ниже фрагментация памяти; • Массивы под капотом: данные лежат рядом, что улучшает кэшируемость процессором и скорость обхода/доступа к данным; • Позволяет хранить элементы с одинаковыми ключами - не нужно использовать дополнительные структуры для группировки таких элементов; • Низкий оверхед на хранение служебной информации - экономия памяти по сравнению с другими структурами данных; • Удобен для вставки батчами; • Простая сериализация и десериализация; Подробности
https://habr.com/ru/articles/984184/
#алгоритмы #структуры_данных #computer_science #множество #orderedset #производительность #optimization #allocation #индексы #оптимизация
-
Black-White Array: новая структура данных с O(log N) аллокаций
Black-White Array (BWA) — это упорядоченная структура данных с амортизированным временем операций вставки/поиска/удаления и используемых участков памяти . Преимущества: • Амортизированное время вставки/удаления/поиска сравнимое с реализацией BTree от Google ; • Низкое количество аллокаций памяти при операциях вставки - меньше давления на сборщик мусора, ниже фрагментация памяти; • Массивы под капотом: данные лежат рядом, что улучшает кэшируемость процессором и скорость обхода/доступа к данным; • Позволяет хранить элементы с одинаковыми ключами - не нужно использовать дополнительные структуры для группировки таких элементов; • Низкий оверхед на хранение служебной информации - экономия памяти по сравнению с другими структурами данных; • Удобен для вставки батчами; • Простая сериализация и десериализация; Подробности
https://habr.com/ru/articles/984184/
#алгоритмы #структуры_данных #computer_science #множество #orderedset #производительность #optimization #allocation #индексы #оптимизация
-
delete On Array Doesn't Remove It?!
Using delete on arrays creates holes instead of removing elements! Array length stays the same. This breaks everything! Watch!
#javascript #javascripttricks #codingtips #programmingtutorial #deleteoperator #javascriptquiz #codingchallenge #javascriptshorts #javascriptbugs #arrayholes #javascriptwtf #arraydeletion
-
delete On Array Doesn't Remove It?!
Using delete on arrays creates holes instead of removing elements! Array length stays the same. This breaks everything! Watch!
#javascript #javascripttricks #codingtips #programmingtutorial #deleteoperator #javascriptquiz #codingchallenge #javascriptshorts #javascriptbugs #arrayholes #javascriptwtf #arraydeletion
-
delete On Array Doesn't Remove It?!
Using delete on arrays creates holes instead of removing elements! Array length stays the same. This breaks everything! Watch!
#javascript #javascripttricks #codingtips #programmingtutorial #deleteoperator #javascriptquiz #codingchallenge #javascriptshorts #javascriptbugs #arrayholes #javascriptwtf #arraydeletion
-
delete On Array Doesn't Remove It?!
Using delete on arrays creates holes instead of removing elements! Array length stays the same. This breaks everything! Watch!
#javascript #javascripttricks #codingtips #programmingtutorial #deleteoperator #javascriptquiz #codingchallenge #javascriptshorts #javascriptbugs #arrayholes #javascriptwtf #arraydeletion
-
I've submitted my Array Modifier (Godot 4 edition) to the Asset Library ;) For now, the code is available in this branch (with master still using v3.5.1):
https://github.com/miskatonicstudio/godot-array-modifier/tree/godot-4-rc-migration#GodotEngine #madewithgodot #gamedev #Godot4 #modifier #procedural
-
I've submitted my Array Modifier (Godot 4 edition) to the Asset Library ;) For now, the code is available in this branch (with master still using v3.5.1):
https://github.com/miskatonicstudio/godot-array-modifier/tree/godot-4-rc-migration#GodotEngine #madewithgodot #gamedev #Godot4 #modifier #procedural
-
I've submitted my Array Modifier (Godot 4 edition) to the Asset Library ;) For now, the code is available in this branch (with master still using v3.5.1):
https://github.com/miskatonicstudio/godot-array-modifier/tree/godot-4-rc-migration#GodotEngine #madewithgodot #gamedev #Godot4 #modifier #procedural
-
I've submitted my Array Modifier (Godot 4 edition) to the Asset Library ;) For now, the code is available in this branch (with master still using v3.5.1):
https://github.com/miskatonicstudio/godot-array-modifier/tree/godot-4-rc-migration#GodotEngine #madewithgodot #gamedev #Godot4 #modifier #procedural
-
I've submitted my Array Modifier (Godot 4 edition) to the Asset Library ;) For now, the code is available in this branch (with master still using v3.5.1):
https://github.com/miskatonicstudio/godot-array-modifier/tree/godot-4-rc-migration#GodotEngine #madewithgodot #gamedev #Godot4 #modifier #procedural
-
the surreal materials array
#Materials #Surreal #Sculptural #Circular #Tools #Arrangement
#Img2img #AiArt #AiArtists #AiArtCommunity #StableDiffusionin real life: https://aieris.art/featured/the-surreal-materials-array-eris-and-ai.html
-
IMAP Solar Array Installation and Testing 🛰️
#APL #GSFC #GoddardSpaceFlightCenter #IMAP #InterstellarMappingandAccelerationProbe #KSC #KennedySpaceCenter #LSP
⏩ 10 new pictures from NASA (Image Library) https://commons.wikimedia.org/wiki/Special:ListFiles?limit=10&user=OptimusPrimeBot&ilshowall=1&offset=20250719010301
-
IMAP Solar Array Installation and Testing 🛰️
#APL #GSFC #GoddardSpaceFlightCenter #IMAP #InterstellarMappingandAccelerationProbe #KSC #KennedySpaceCenter #LSP
⏩ 10 new pictures from NASA (Image Library) https://commons.wikimedia.org/wiki/Special:ListFiles?limit=10&user=OptimusPrimeBot&ilshowall=1&offset=20250719010301
-
IMAP Solar Array Installation and Testing 🛰️
#APL #GSFC #GoddardSpaceFlightCenter #IMAP #InterstellarMappingandAccelerationProbe #KSC #KennedySpaceCenter #LSP
⏩ 10 new pictures from NASA (Image Library) https://commons.wikimedia.org/wiki/Special:ListFiles?limit=10&user=OptimusPrimeBot&ilshowall=1&offset=20250719010301
-
IMAP Solar Array Installation and Testing 🛰️
#APL #GSFC #GoddardSpaceFlightCenter #IMAP #InterstellarMappingandAccelerationProbe #KSC #KennedySpaceCenter #LSP
⏩ 10 new pictures from NASA (Image Library) https://commons.wikimedia.org/wiki/Special:ListFiles?limit=10&user=OptimusPrimeBot&ilshowall=1&offset=20250719010301
-
Discover an Exciting Array of Releases from Signature This June! 🌟 Check out this month's fantastic lineup at Signature. Don't miss out on the latest offerings! 🔗 https://blazingminds.co.uk/selection-great-releases-signature-june-2025/ #SignatureReleases #June2025 #NewArrivals
-
There’s an astonishing array of “51st state” merch at a variety of online retailers
I even found a tshirt that said “annex Canada” but there seems to be little appetite to remove them
More 👇
#bcnews #canpoli
https://www.ctvnews.ca/vancouver/article/canadians-aghast-at-array-of-51st-state-merch-for-sale-online/ -
A radio interferometer array that stretches out as wide as the orbit of Jupiter? A glider for #Venus? An airplane for #Mars? A swarm of mini-probes to fly past #ProximaCentauri? Those are just a few of the far-out ideas receiving a bit of seed funding from #NASA's #NIAC program. https://www.geekwire.com/2024/nasa-niac-deep-space-interferometer/ #Space
-
Democrats in ‘array’: Harris-Walz ticket has momentum
A unified, happy party offers the hope of a less divisive, nicer brand of politics,
potentially opening an era of increased national goodwill.“The key point with Harris/Walz is 🔸bridging the urban/rural divide 🔸
- that’s the fundamental fault line in American politics
- more than red states v blue states,”
tweeted New York Democratic congressional candidate John Avlon.“This ticket can help #reunite our nation, finding common ground, rooted in common sense, to pursue the common good.”
That means dispelling the stereotype applied by both sides to #heartland voters.
MAGA voters surely live there, but so do multiracial, college-educated Americans of all ages, orientations and ideals.
All of them need health care,
child care and
other government services.In short, the Harris-Walz ticket offers the hope that our country is less divided than provocateurs sowing dissension would have us believe.
https://www.washingtonpost.com/opinions/2024/08/09/harris-walz-ticket-momentum/ -
Implementing a Struct of Arrays
https://brevzin.github.io/c++/2025/05/02/soa/
#HackerNews #Implementing #a #Struct #of #Arrays #C++ #Programming #DataStructures #PerformanceOptimization
-
Europa Clipper Solar Array Alignment and Install, Wing Deploymen 🌎🌑🛰️🧑🚀🪐
#2024CommunityLeadersUpdate #39B #ATLO #AdvancedBaselineImager #Aerosol #Airbus #AleksandrGorbunov #AlexanderGrebenkin
⏩ 116 new pictures from NASA (Image Library) https://commons.wikimedia.org/wiki/Special:ListFiles?limit=116&user=OptimusPrimeBot&ilshowall=1&offset=20250420013630