TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #14692 · May 10

#cplusplus#gamedev#gamedev_library#gamedevelopment#library#performance#performance_analysis#profiler#profiling#profiling_library Tracy Profiler is a powerful tool that helps you understand how your applications are performing. It can track CPU, GPU, memory usage, and more in real-time with very precise timing. This means you can see exactly where your program is spending time, which helps you make it faster and more efficient. Tracy supports many programming languages and can even capture screenshots of your application's frames. By using Tracy, you can identify and fix performance issues, making your applications run smoother and better. https://github.com/wolfpld/tracy

Results

10 similar posts found

The Devs

@thedevs · Post #2145 · 05/20/2025, 09:16 AM

Making video games in 2025 (without an engine.) #article#gamedev @thedevs https://thedevs.link/FdCmxB

The Devs

@thedevs · Post #2045 · 02/08/2023, 10:59 AM

Math breakdown: Anime Homing Missiles. #article#gamedev @thedevs https://thedevs.link/lduRVF

djangoproject

@djangoproject · Post #106 · 07/30/2016, 09:03 PM

top prev next #ZeroMQ (also known as ØMQ, 0MQ, or #zmq) looks like an embeddable networking #library but acts like a #concurrency framework. It gives you sockets that carry atomic messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fan-out, pub-sub, task distribution, and request-reply. It's fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications, built as asynchronous message-processing tasks. It has a score of language APIs and runs on most operating systems. ZeroMQ is from iMatix and is LGPLv3 open source. http://zguide.zeromq.org/page:all