A New Dragon in the Den: Fast Conversion From Floating-Point Numbers
Bicho de sete cabeças. It's not a seven-headed beast. It's not rocket science.Cassio Neri Fast conversion from floating-point numbers CppCon 2024 - Aurora (Independent Researcher)MeMe O Neri's equationMe0 码力 | 171 页 | 6.42 MB | 5 月前3Fast and small C++
Andreas Fertig Write unique code! Fast and small C++ When efficiency matters Presentation Material CppCon, Aurora CO, 2024-09-17© 2024 Andreas Fertig AndreasFertig.com All rights reserved All programs Fertig v1.0 Fast and small C++ 2 Andreas Fertig v1.0 Fast and small C++ 3 Fast and small C++ © 2024 Andreas Fertig https://AndreasFertig.com post@AndreasFertig.com 4Andreas Fertig v1.0 Fast and small std::unique_ptr{fopen("SomeFile.txt", "r"), &fclose}; Andreas Fertig v1.0 Fast and small C++ 5 Fast and small C++ © 2024 Andreas Fertig https://AndreasFertig.com post@AndreasFertig.com 0 码力 | 17 页 | 790.91 KB | 5 月前3Relocation: Blazing Fast Save And Restore, Then Morel!
C++ still does not have reflection (introspection): we have to “pick our poison”: • Doing the conversion manually (good luck, you’ll need it) • Automating: • Preprocessing (my poison of choice, twice0 码力 | 41 页 | 2.81 MB | 5 月前3Making Games Start Fast: A Story About Concurrency
Making Games Start Fast A Story About ConcurrencyOnce upon a time, in the early 2000s...We had a small clock speed cap issue...But the solution was easy! Core 🔥🔥🔥 Core 1 Core 2 Core 3 Core 4The Data has to be loaded, but does it have to loaded now? ◉ Our goal is to display the main menu as fast as possible ◉ We can continue loading in background 65Side by Side Comparison 66Loading audio0 码力 | 76 页 | 2.22 MB | 5 月前3Designing Fast and Efficient List-like Data Structures
0 码力 | 29 页 | 852.61 KB | 5 月前3Express Your Expectations: A Fast, Compliant JSON Pull Parser for Writing Robust Applications
RapidJSON Boost.JSON simdjson 0 10 20 30 40 Library Time in ms fully validating pull parser fast, O(1) memory usage implicitly define schema github.com/think-cell/think-cell-library Jonathan Müller "Jonathan Müller", "speaker": true, "talks": [ { "title": "Express your expectations", "subtitle": "A fast, compliant JSON pull parser..." } ] } Jonathan Müller — @foonathan Express your expectations CppCon log(object.name) console.log(object.talks[0].subtitle) console.log(object.foo) Jonathan Müller A fast, compliant JSON pull parser for writing robust applications undefined Jonathan Müller — @foonathan0 码力 | 143 页 | 736.91 KB | 5 月前3Experience on Fast Microservice Programming - 亲自动手,体验微服务开源开发-快速微服务化编程体验
HUAWEI.COM Experience on Fast Microservice Programming Security Level: Ju Zhen, Yang Bo Open Source Software Capability Center 2018-10-12 Contents • Case Introduction • Provider Development •0 码力 | 12 页 | 2.56 MB | 1 年前3Adventures in SIMD Thinking (Part 2 of 2)
interesting problems • Intra-register sorting • Fast linear median-of-seven filter • Fast small-kernel convolution • Faster (?) UTF-8 to UTF-32 conversion (with AVX2) • No heavy code, but lots of pictures ksize(7) ksize(9) ksize(11) ksize(13) ksize(15)Copyright © 2020 Bob Steagall UTF-8 to UTF-32 Conversion Algorithm 32 CppCon 2020 - Adventures in SIMD ThinkingCopyright © 2020 Bob Steagall K E W B C Bob Steagall K E W B C O M P U T I N G 34 CppCon 2020 - Adventures in SIMD Thinking The Basic Conversion Algorithm (UTF-8 to UTF-32) KEWB_ALIGN_FN std::ptrdiff_t UtfUtils::BasicConvert(char8_t const*0 码力 | 135 页 | 551.08 KB | 5 月前3Computer Programming with the Nim Programming Language
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 340 Integer to string conversion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . store many more numbers and allows fast access to these numbers, and to a hard disk or SSD device, which can permanently store the num bers but does not allow such fast access. The stored numbers are most process large amounts of data very quickly. The key to their enormous computing power lies in many fast CPUs working in parallel; problems or tasks are split into many small parts that are solved by individual0 码力 | 512 页 | 3.54 MB | 1 年前3Computer Programming with the Nim Programming Language
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 340 Integer to string conversion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . store many more numbers and allows fast access to these numbers, and to a hard disk or SSD device, which can permanently store the num bers but does not allow such fast access. The stored numbers are most process large amounts of data very quickly. The key to their enormous computing power lies in many fast CPUs working in parallel; problems or tasks are split into many small parts that are solved by individual0 码力 | 512 页 | 3.53 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
NewDragonintheDenFastConversionFromFloatingPointNumbersandsmallC++RelocationBlazingSaveAndRestoreThenMorelMakingGamesStartStoryAboutConcurrencyDesigningEfficientListlikeDataStructuresExpressYourExpectationsCompliantJSONPullParserforWritingRobustApplicationsExperienceonMicroserviceProgramming亲自自动动手亲自动手体验服务开源开发快速服务化编程AdventuresSIMDThinkingPartofComputerwithNimLanguage