Size: a a a

2021 June 02

O

Omap in codingteam
ныне можно любой домен
источник

O

Omap in codingteam
main.rust
источник

O

Omap in codingteam
или что там в русте вместо мейна
источник

t

ttldtor in codingteam
master ?
источник

O

Omap in codingteam
типа entry.point.rust
источник

FO

FORTRAN ONE LOVE in codingteam
О. В фортране так можно
источник

t

ttldtor in codingteam
ну, если ты владеешь rust доменом первого уровня, то можешь что угодно писать, да
источник

O

Omap in codingteam
если я владею, то могу всё
источник

t

ttldtor in codingteam
нельзя домен первого уровня master и nigga
источник

FO

FORTRAN ONE LOVE in codingteam
Т.е. нельзя регнуть niggas.boss?
источник

O

Omap in codingteam
кто сказал*
источник

D

Devel29A in codingteam
Да, хер знает. От паттерна доступа зависит же
источник

D

Devel29A in codingteam
Там не столько от кеша спидап, но от него тоже
источник

t

ttldtor in codingteam
ну если туда-сюда гонять
источник

t

ttldtor in codingteam
вон что пишут

Boost.Container flat_[multi]map/set containers are ordered, vector-like container based, associative containers following Austern's and Alexandrescu's guidelines. These ordered vector containers have also benefited with the addition of move semantics to C++11, speeding up insertion and erasure times considerably. Flat associative containers have the following attributes:

   Faster lookup than standard associative containers
   Much faster iteration than standard associative containers. Random-access iterators instead of bidirectional iterators.
   Less memory consumption for small objects (and for big objects if shrink_to_fit is used)
   Improved cache performance (data is stored in contiguous memory)
   Non-stable iterators (iterators are invalidated when inserting and erasing elements)
   Non-copyable and non-movable values types can't be stored
   Weaker exception safety than standard associative containers (copy/move constructors can throw when shifting values in erasures and insertions)
   Slower insertion and erasure than standard associative containers (specially for non-movable types)
источник

t

ttldtor in codingteam
а, не...вставка отстой
источник

D

Devel29A in codingteam
Ну, смотри, если у тебя перебор упирается память, тогда кеш поможет, но если в проц, то этого мало
источник

t

ttldtor in codingteam
а, стоп
источник

t

ttldtor in codingteam
есть же хэш мапы, которые ориентированы на то, чтобы кешировалось
источник

t

ttldtor in codingteam
как же их
источник