Size: a a a

IT KPI C/C++ ХВ (не UB)

2021 May 09

KS

K S in IT KPI C/C++ ХВ (не UB)
Что за тип)? Ты точно меня путаешь с кем то))))
источник

I

IT_KPI Black list [b... in IT KPI C/C++ ХВ (не UB)
@kraftwerk28 warned Асатбек (1 / 3)
Reason: offtopic
источник

KS

K S in IT KPI C/C++ ХВ (не UB)
Предлагаю кикнуть этого бота) @ted_kachynski
источник

I

IT_KPI Black list [b... in IT KPI C/C++ ХВ (не UB)
@kraftwerk28 warned Асатбек (2 / 3)
Reason: offtopic
источник

KS

K S in IT KPI C/C++ ХВ (не UB)
)
источник

I

IT_KPI Black list [b... in IT KPI C/C++ ХВ (не UB)
@kraftwerk28 warned Асатбек (last warning!)
Reason: offtopic
hate speech
источник

KS

K S in IT KPI C/C++ ХВ (не UB)
)
источник

KS

K S in IT KPI C/C++ ХВ (не UB)
Это че французский))?
источник

KS

K S in IT KPI C/C++ ХВ (не UB)
Надо расчитить оффтоп) @kraftwerk28
источник

KS

K S in IT KPI C/C++ ХВ (не UB)
Мальчик я тебя не знаю)))
источник

KS

Kostia Storozhuk in IT KPI C/C++ ХВ (не UB)
хочешь выяснять отношения - иди в личку. тут это явно оффтоп
источник

I

IT_KPI Black list [b... in IT KPI C/C++ ХВ (не UB)
@kraftwerk28 banned Асатбек
Reason: offtopic
hate speech
источник

KS

K S in IT KPI C/C++ ХВ (не UB)
Спасибо)
источник

KS

K S in IT KPI C/C++ ХВ (не UB)
Насколько C++ быстрее явы?
источник

P

Psixolog in IT KPI C/C++ ХВ (не UB)
Гуглить умеешь?)
источник

KS

K S in IT KPI C/C++ ХВ (не UB)
Гугл сюда привел))
источник

P

Psixolog in IT KPI C/C++ ХВ (не UB)
Ахахахахах
источник

P

Psixolog in IT KPI C/C++ ХВ (не UB)
https://www.forbes.com/sites/quora/2015/05/26/when-is-java-faster-than-c/?sh=2d36dde53100

Here's what I've learned over 20 years of working with both C++ and Java (and more years before that with C++):

As a rule of thumb, when you convert optimized C++ to Java, the code is about 3x slower.
As a rule of thumb, when you convert Java to C++, the code is about 3x slower. This doesn't make sense at first, until you consider that code written in Java is "tuned to" the way Java code tends to be written, which is not at all how anyone who works in C++ would structure C++ code.
Concurrent data structures tend to be more efficient in Java, because the JVM can eliminate the memory barriers and synchronization when the data structure is not being used concurrently, and can bias the concurrency management approach based on runtime profiling information.
Dynamic memory management tends to be more efficient in Java, particularly the more it is abused, and particularly in multi-threaded systems.
Inlining tends to be much better in Java, unless you do extensive profiler-based optimizations in C++ (or know what exactly to inline and force it to be so ... gotta love those header files!)
Large projects tend to be easier to optimize in Java, because the JVM handles many of the "global" optimizations (such as the ability to inline dynamically-loaded code) for the developer.
источник

P

Psixolog in IT KPI C/C++ ХВ (не UB)
Кстати,  зачем тебе жаба? Для андроида?
источник

KS

K S in IT KPI C/C++ ХВ (не UB)
Он мне не для того чтобы плодить дроиды
источник