彭博_C++反射的核心原理实践与最新进展.pdf

编号:1268184 PDF 64页 3.81MB 下载积分:VIP专享
下载报告请您先登录!

彭博_C++反射的核心原理实践与最新进展.pdf

1、C+反射的核心原理、实践与最新进展Overview of basic C+reflection usages,applications,and ongoing workMeya Zhao,Henry Haorong Yang,Zhenchao Lin 2025 Bloomberg Finance L.P.All rights reserved.C+Reflection 101Overview of basic C+reflection usages,applications,and ongoing workCPP-SummitDecember 13,2025Meya Zhao,Henry Ha

2、orong Yang,Zhenchao LinSoftware Engineers,Real-Time Market Data FeedsWho are we?Bloomberg Feeds Engineering-We design,build,and operate exchange and contributor facing real-time market data systems-Our mandate is to model every exchange event,and propagate to downstream Bloomberg systems in real tim

3、e-We engineer for resiliency,low latency,and scale-A single one of our many applications can process hundreds of millions of events in a day3A problem in real-time market data pipelines_Case study FIXmessage-received34=160=20210830-12:34:56.789+0855=AAPL44=2.3387=44A problem in real-time market data

4、 pipelines_Case study FIXmessage-receivedC+object-representedstruct QuoteMessage unsigned long MsgSeqNum;sys_time TransactTime;std:string Symbol;double Price;int Volume;myQuoteMessage 1,2021-08-30 12:34:56.789,AAPL,2.3,4;34=160=20210830-12:34:56.789+0855=AAPL44=2.3387=45A problem in real-time market

5、 data pipelines_Case study FIXmessage-receivedC+object-representedMsgSeqNum:1,TransactTime:2021-08-30 12:34:56.789,Symbol:AAPL,Price:2.3,Volume:4JSONobject-serializedstruct QuoteMessage unsigned long MsgSeqNum;sys_time TransactTime;std:string Symbol;double Price;int Volume;myQuoteMessage 1,2021-08-3

6、0 12:34:56.789,AAPL,2.3,4;34=160=20210830-12:34:56.789+0855=AAPL44=2.3387=46Without reflectionstruct QuoteMessage .;template struct std:formatter /.auto format(const QuoteMessage&msg,FormatContext&ctx)const return std:format_to(ctx.out(),MsgSeqNum:,TransactTime:%F%T,Symbol:,Price:,Volume:,msg.d_MsgS

友情提示

1、下载报告失败解决办法
2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
4、本站报告下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。

本文(彭博_C++反射的核心原理实践与最新进展.pdf)为本站 (柒柒) 主动上传,三个皮匠报告文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知三个皮匠报告文库(点击联系客服),我们立即给予删除!

温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。
客服
商务合作
小程序
服务号
折叠