Can anyone explain to me how the std::set constructor(from first, last iterator) is log(N) in complexity?
AFAIK MSVC just calls insert(begin,last) which is N log(N)?
https://t.co/3lqofdh8t5 (5)
#cpp
cc @gregcons
I'm closing @antonlinecom's awesome, 10 day long @Diablo supershow alongside @tygarlily, and to get you guys hyped, I'm giving away a code to unlock the highest tier game access for Diablo VI, the Ultimate Edition!
All the entry and draw info is in the next tweet, just below 👇
@molecularmusing That's some nice times, still stuck in boost hell :) What tool is giving you the timing output? That looks helpful for quick benchmarks
@stewartlynch8 Does 10x support multiple windows? Biggest gripe with VSCode is to have all source and debug info on the same screen. Couldnt find a screenshot of that on the homepage.
We’re heading back to the UK/EU in 2023!
Tickets on sale this Friday 9th of December at 10am GMT.
Head to https://t.co/7cV2OtDAhd for more information.
The long wait is over.
Introducing the next-generation of C++ hot-reload tools, Live++ 2.0 is out now!
There are too many new things to list them all here, so head to the forums for the full release notes: https://t.co/lOrxXq7U2E
Please help us spread the word with a RT!
Imagine the kind of programmer productivity we could get if we could all use tools such as this.
I'm imagining @Jonathan_Blow 's Jai as compiler, mold as linker, and Live++ in between.
With a bit more help on the C++ side, you could have fully generic sub-second iteration times.
@m_ninepoints Can VS deal with CMake based PCHs by now? Last time I tried it would compile but intellisense wasn't aware :( and everything got red errors
@m_ninepoints Application works with CAD data and basic visualization of those. So let's hope I can avoid streaming. But I'll never know what might be loaded
Looking for a 3D Graphics Library
Reqs:
GPU Memory Management (have to deal with a lot of low memory cards <1-2GB)
Access to Pixel/Fragment Shader
Simple Geom/Texture rendering
No fancy lighting needed
Any recommendations?
/cc @BartWronsk @m_ninepoints