
同花顺C++开发工程师
社招全职地点:杭州状态:招聘
任职要求
核心编程技能:精通C++或Java其中一种,具备以下能力: C++方向:精通现代C++(C++17/20),熟练掌握STL、智能指针、模板元编程等高级特性 Java方向:精通Java 8+,熟悉JVM调优、并发编程(JUC)、Spring生态,有高性能Java应用开发经验 系统架构能力:熟悉高并发、低延迟系统设计,掌握多线程编程、内存管理、缓存优化等性能调优技术。 编译器/解释器开发:有脚本语言解释器或DSL开发经验,了解词法分析、语法分析、代码生成等编译原理。 金融量化背景:理解量化交易业务逻辑,熟悉技术指标计算、回测框架、风控系统等金融科技应用场景。 性能优化专长:熟练使用性能分析工具,具备以下优化经验: C++方向:…
登录查看完整任职要求
微信扫码,1秒登录
工作职责
计算引擎开发:负责设计和实现高性能的PineScript解释器/编译器,支持策略回测、实盘交易等核心功能,确保语法兼容性和执行效率。 量化计算引擎架构:构建低延迟、高并发的量化交易计算引擎,支持多策略并行执行、实时行情处理和风控计算,为大规模量化交易提供技术支撑。 系统性能优化:从架构层面进行系统优化,包括内存管理、并发处理、缓存策略等,实现微秒级延迟的交易执行和海量数据处理能力。 核心算子开发:设计和实现高效的数学计算算子库,包括技术指标计算、统计分析、机器学习推理等,为量化策略提供丰富的计算组件。 与业务团队协作:深度理解量化交易业务需求,与策略研究员、产品经理紧密配合,将复杂的金融逻辑转化为高效的技术实现。
包括英文材料
C+++
https://www.learncpp.com/
LearnCpp.com is a free website devoted to teaching you how to program in modern C++.
https://www.youtube.com/watch?v=ZzaPdXTrSb8
Java+
https://www.youtube.com/watch?v=eIrMbAQSU34
Master Java – a must-have language for software development, Android apps, and more! ☕️ This beginner-friendly course takes you from basics to real coding skills.
JVM+
https://www.freecodecamp.org/news/jvm-tutorial-java-virtual-machine-architecture-explained-for-beginners/
https://www.youtube.com/watch?v=e2zmmkc5xI0
Spring+
https://liaoxuefeng.com/books/java/spring/index.html
Spring是一个支持快速开发Java EE应用程序的框架。它提供了一系列底层容器和基础设施,并可以和大量常用的开源框架无缝集成,可以说是开发Java EE应用程序的必备。
https://spring.io/guides/gs/rest-service
https://spring.io/quickstart
Level up your Java code and explore what Spring can do for you.
高并发+
https://www.baeldung.com/concurrency-principles-patterns
In this tutorial, we’ll discuss some of the design principles and patterns that have been established over time to build highly concurrent applications.
https://www.baeldung.com/java-concurrency
Handling concurrency in an application can be a tricky process with many potential pitfalls. A solid grasp of the fundamentals will go a long way to help minimize these issues.
https://www.oreilly.com/library/view/concurrency-in-go/9781491941294/
You’ll understand how Go chooses to model concurrency, what issues arise from this model, and how you can compose primitives within this model to solve problems.
https://www.oreilly.com/library/view/modern-concurrency-in/9781098165406/
With this book, you'll explore the transformative world of Java 21's key feature: virtual threads.
https://www.youtube.com/watch?v=qyM8Pi1KiiM
https://www.youtube.com/watch?v=wEsPL50Uiyo
系统设计+
https://roadmap.sh/system-design
Everything you need to know about designing large scale systems.
https://www.youtube.com/watch?v=F2FmTdLtb_4
This complete system design tutorial covers scalability, reliability, data handling, and high-level architecture with clear explanations, real-world examples, and practical strategies.
多线程+
https://liaoxuefeng.com/books/java/threading/basic/index.html
和单线程相比,多线程编程的特点在于:多线程经常需要读写共享数据,并且需要同步。
https://www.youtube.com/watch?v=_uQgGS_VIXM&list=PLsc-VaxfZl4do3Etp_xQ0aQBoC-x5BIgJ
https://www.youtube.com/watch?v=IEEhzQoKtQU
https://www.youtube.com/watch?v=mTGdtC9f4EU&list=PLL8woMHwr36EDxjUoCzboZjedsnhLP1j4
https://www.youtube.com/watch?v=TPVH_coGAQs&list=PLk6CEY9XxSIAeK-EAh3hB4fgNvYkYmghp
https://www.youtube.com/watch?v=xPqnoB2hjjA
This video is an introduction to multithreading in modern C++.
https://www.youtube.com/watch?v=YKBwKy5PrpQ
Rust threading is easy to implement and improves the efficiency of your applications on multi-core systems!
缓存+
https://hackernoon.com/the-system-design-cheat-sheet-cache
The cache is a layer that stores a subset of data, typically the most frequently accessed or essential information, in a location quicker to access than its primary storage location.
https://www.youtube.com/watch?v=bP4BeUjNkXc
Caching strategies, Distributed Caching, Eviction Policies, Write-Through Cache and Least Recently Used (LRU) cache are all important terms when it comes to designing an efficient system with a caching layer.
https://www.youtube.com/watch?v=dGAgxozNWFE
性能调优+
https://goperf.dev/
The Go App Optimization Guide is a series of in-depth, technical articles for developers who want to get more performance out of their Go code without relying on guesswork or cargo cult patterns.
https://web.dev/learn/performance
This course is designed for those new to web performance, a vital aspect of the user experience.
https://www.ibm.com/think/insights/application-performance-optimization
Application performance is not just a simple concern for most organizations; it’s a critical factor in their business’s success.
https://www.oreilly.com/library/view/optimizing-java/9781492039259/
Performance tuning is an experimental science, but that doesn’t mean engineers should resort to guesswork and folklore to get the job done.
脚本+
[英文] Scripting language
https://en.wikipedia.org/wiki/Scripting_language
https://zhuanlan.zhihu.com/p/571097954
一个脚本通常是解释执行而非编译。脚本语言通常都有简单、易学、易用的特性,目的就是希望能让程序员快速完成程序的编写工作。
GC+
[英文] Garbage Collection
https://craftinginterpreters.com/garbage-collection.html
The GC doesn’t throw away the memory, it reclaims it to be reused for new data.
https://learn.microsoft.com/en-us/dotnet/standard/garbage-collection/fundamentals
In the common language runtime (CLR), the garbage collector (GC) serves as an automatic memory manager.
https://www.oracle.com/webfolder/technetwork/tutorials/obe/java/gc01/index.html
This tutorial covers the basics of how Garbage Collection works with the Hotspot JVM.
https://www.youtube.com/watch?v=c32zXYAK7CI
How does memory management work? In C you had to manage things yourself, but modern languages take care of a lot of it for you.
Linux+
https://ryanstutorials.net/linuxtutorial/
Ok, so you want to learn how to use the Bash command line interface (terminal) on Unix/Linux.
https://ubuntu.com/tutorials/command-line-for-beginners
The Linux command line is a text interface to your computer.
https://www.youtube.com/watch?v=6WatcfENsOU
In this Linux crash course, you will learn the fundamental skills and tools you need to become a proficient Linux system administrator.
https://www.youtube.com/watch?v=v392lEyM29A
Never fear the command line again, make it fear you.
https://www.youtube.com/watch?v=ZtqBQ68cfJc
Windows+
[英文] Windows 10 Tutorial
https://www.tutorialspoint.com/windows10/index.htm
This tutorial gives you all the indepth information on this new operating system and its procedures.
还有更多 •••
相关职位
校招
1、负责android平台camera的新功能设计,平台架构流程开发; 2、负责图像算法功能集成以及性能功耗优化(美颜,超级夜景等); 3、负责camera器件bring up, 系统稳定性开发,功耗性能优化; 4、负责行业新技术预研,竞品分析以及产品产品创新工作。
更新于 2025-09-23深圳
校招
1、负责android平台camera的新功能设计,平台架构流程开发; 2、负责图像算法功能集成以及性能功耗优化(美颜,超级夜景等); 3、负责camera器件bring up, 系统稳定性开发,功耗性能优化; 4、负责行业新技术预研,竞品分析以及产品产品创新工作。
更新于 2025-08-18重庆
社招A20564
团队介绍:飞书是 AI 时代先进生产力平台,提供一站式工作协同、组织管理、业务提效工具和深入企业场景的 AI 能力,助力企业能增长,有巧降。 从互联网、高科技、消费零售,到制造、金融、医疗健康等,各行各业先进企业都在选择飞书,与飞书共创行业最佳实践。先进团队,先用飞书。 1、负责字节跳动飞书客户端在Windows/MacOS/Linux等平台的能力优化和扩展; 2、参与产品需求的讨论、评审和功能实现,对质量负责; 3、负责PC端运行框架和渲染引擎的品质提升,包括功能迭代、安全加固、性能优化、稳定性提升; 4、参与基于Chromium、NodeJS、Electron等基础框架的功能扩展和性能优化。
更新于 2023-09-12北京