积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(269)C++(269)Conan(74)

语言

全部英语(257)中文(简体)(11)英语(1)

格式

全部PDF文档 PDF(248)PPT文档 PPT(15)TXT文档 TXT(6)
 
本次搜索耗时 0.014 秒,为您找到相关结果约 269 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 中文(简体)
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • TXT文档 TXT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • text文档 service

    cppcon_add_library(service LIBRARIES Asio::asio) add_subdirectory(tests)
    0 码力 | 1 页 | 73.00 B | 6 月前
    3
  • pdf文档 Pipeline Architectures in C++: Overloaded Pipe Operator | and Its Monadic Operations

    overview of what the poster reports on. Title: Pipeline architectures in C++: overloaded pipe operator | std::expected and its monadic operations Brief overview: Functional programming in C++ is the overloaded pipe operator. In this poster I show how to implement a custom pipeline framework that employs std::expected, available since C++23. An overloaded custom pipe operator | will be presented my book about C++ [1][3]. One of the topics was to describe the behavior of the overloaded pipe operator | in std::ranges. I came across Ankur's Satle lecture [4] and decided to expand on this topic –
    0 码力 | 3 页 | 422.24 KB | 6 月前
    3
  • pdf文档 Techniques to Optimise Multi-threaded Data Building During Game Development

    Speaker notesDATA BUILDING SYSTEMS • Spectrum of possible designs ▪ No data building – use raw text, mesh, image files in game ▪ Full optimisation – use optimised custom formats • Usually somewhere in the latest from cache Different people care about different data at different times Examples include Nav Mesh - or rendering data for global illumination ▶ Process everything in parallel Speaker notesASSUMPTIONS many times Both at construction and during queries Speaker notesSORTING GRID NODES inline bool operator<(const GridNode& left, const GridNode& right) { return std::tie(left.type, left.properties_hash
    0 码力 | 99 页 | 2.40 MB | 6 月前
    3
  • pdf文档 What's Eating my RAM?

    What’s that alarm? Consequences: ● Swap: performance degradation ● Out-of-memory (OOM) killer: service disruption ● Multi-tenant environment: resources are shared by different processes🚨 90% Memory Fragmentation = 1 - LargestAllocableBlock / TotalFreeMemory mallinfo(3) mallinfo(3) mallinfo service A: Total bytes (arena): 244 355 072 Total in-use allocations: 31 650 352 Total 63 248 External Fragmentation = 0.9997How to estimate Fragmentation? mallinfo(3) mallinfo service B: Total bytes (arena): 33 292 288 Total in-use allocations: 30 316 416 Total free
    0 码力 | 88 页 | 3.49 MB | 6 月前
    3
  • pdf文档 stdx::interval, a library for intervals on totally ordered sets

    comparison. A generalization of membership. Similar to operator<=>, but with heterogeneous operands. Interval comparison. Also similar to operator<=>, but not transitive. Result is nonzero if the operands basic mathematical concept that appear in all kinds of algorithms, from recursive sorting to adaptive mesh refinement. Interval notation allows a more natural expression of the idea of an algorithm, replacing cases in stdx::interval because the analysis is exhaustive. Reliability: Testing the intersection operator Eliminating edge cases means exhaustively testing all combinatorial possibilities of constructing
    0 码力 | 1 页 | 45.14 KB | 6 月前
    3
  • ppt文档 C++高性能并行编程与优化 - 课件 - 10 从稀疏数据结构到量化数据类型

    个 bit 用 map 来存储 读取:如果不存在,则读到 0 写入:如果不存在,则创建该表项 用 unordered_map 来存储 map 基于红黑树,会按照键值排序,需要键值具有 operator< 重载,复杂度 O(logn) C++11 新增的 unordered_map 基于哈希表,不保证顺序但更高效,需要键值能被哈希,复杂度 O(1) 用 unordered_map 按 16x16 的稀疏体积,可以存储符号距 离场 (SDF) ,也可以存储烟雾仿真的结果 等。 • 据张心欣说, OpenVDB 赢得了奥斯卡奖 。 • 因为他经常用在影视特效中,主要是符号 距离场有时比 mesh 处理起来方便很多。 OpenVDB 的设计:如果用 SNode 来表示 • hash().pointer(5).pointer(4).dense(3) ZENO 中就大量使用了 OpenVDB • 不过效率比我们手写的低很多…… 不推荐使用 std::vector • 不建议使用 vector 的原因:他返回的不是真正的引用,而是一个重载了 operator= 和 operator bool 的 std::_Bit_reference 对象,而且效率很低。 • 如果配合用 decltype 和 auto 的话,他们不会正确推导出 bool ,影响我们正常使用模板元编
    0 码力 | 102 页 | 9.50 MB | 1 年前
    3
  • pdf文档 Retiring the Singleton Pattern

    return instance_; } void func(...); private: Singleton(); Singleton(const Singleton&); void operator=(const Singleton&); }; Bloomberg 6 // Somewhere else.cpp Singleton::instance()->func(...); Notable void func(...); static void init(...); private: Singleton(); Singleton(const Singleton&); void operator=(const Singleton&); }; Bloomberg 7 // Somewhere else.cpp Singleton::instance()->func(...); Notable CommWrapper { enum { SERVICE_ID = 249409 }; public : CommWrapper(int service_id = SERVICE_ID); Response send(const Request& req); private: TcpClient raw_client; }; Bloomberg 14 struct Service { static CommWrapper
    0 码力 | 70 页 | 1.59 MB | 6 月前
    3
  • pdf文档 2020: The Year of Sanitizers?

    [conformant/strict] powerful (visual) debugger linter/formatter test framework perf profiler CI/CD service SCM client package manager static analyzer dynamic analyzer (runtime) automated refactoring "void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z) already defined in clang_rt.asan_cxx-i386.lib(asan_new_delete.cc.obj) >uafxcw.lib(afxmem.obj) : error LNK2005: "void __cdecl operator delete(void * __cdecl operator new[](unsigned int)" (??_U@YAPAXI@Z) already defined in clang_rt.asan_cxx-i386.lib(asan_new_delete.cc.obj) >uafxcw.lib(afxmem.obj) : error LNK2005: "void __cdecl operator delete[](void
    0 码力 | 135 页 | 27.77 MB | 6 月前
    3
  • pdf文档 Back to Basics: Designing Classes (part 1 of 2)

    concerns 😍 Move the member into a private namespace … … or into another class (as a separate service).Design for Testability 65 template< class T, class Allocator = std::allocator > Copy constructor Widget& operator=( Widget const& other ); // Copy assignment operator Widget( Widget&& other ) noexcept; // Move constructor Widget& operator=( Widget&& other ) noexcept; // // Move assignment operator ~Widget(); // Destructor Widget( ); // Default constructorResource Management 70 class Widget { public: // ... // ... private: }; // - i as a representative
    0 码力 | 87 页 | 5.64 MB | 6 月前
    3
  • pdf文档 Thinking Functionally In C++

    basis. Because of the awesome discount, the gift card value is going to be $10 for each year of service. To make it even more personal, they will print out a birthday card with the gift card options basis. Because of the awesome discount, the gift card value is going to be $10 for each year of service. To make it even more personal, they will print out a birthday card with the gift card options basis. Because of the awesome discount, the gift card value is going to be $10 for each year of service. To make it even more personal, they will print out a birthday card with the gift card options
    0 码力 | 114 页 | 3.14 MB | 6 月前
    3
共 269 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 27
前往
页
相关搜索词
servicePipelineArchitecturesinC++OverloadedPipeOperatorandItsMonadicOperationsTechniquestoOptimiseMultithreadedDataBuildingDuringGameDevelopmentWhatEatingmyRAMstdxintervallibraryforintervalsontotallyorderedsets高性性能高性能并行编程优化课件10RetiringtheSingletonPattern2020TheYearofSanitizersBackBasicsDesigningClassespartThinkingFunctionallyIn
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩