GithubHelp home page GithubHelp logo

flare-rpc / flare-cpp Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 24.38 MB

flare a c++ rpc library

License: Apache License 2.0

CMake 1.13% Makefile 0.02% Shell 0.05% C++ 94.58% C 2.69% Python 0.14% Perl 1.03% NASL 0.31% Dockerfile 0.01% Starlark 0.04%
rpc flare

flare-cpp's Introduction

flare

flare系列框架现代化的后台开发框架。包括c++, go, python,rust四种语言版本。旨在提供方便、稳定、高效的 后台服务框架,并在多种业务场景中是使用不同语言,能够无障碍互通的框架体系。另外flare系统框架不仅提供rpc通信能力 更是一款基础服务开发库。

背景

在服务端编程的领域中,通常情况下,c/c++编程是高性能的代名词。但是高性能的背后,编程难度高,调试困难,业务迭代速 度慢等问题在生产环境中尤为棘手。使用c++编程,归纳起来有几个核心的问题

  • 异步编程复杂。
  • 业务调用关系在异步框架下,代码复杂。
  • 内存生命周期管理在异步环境下复杂,难以调试。
  • 多线程竞态问题处理

部分业务的逻辑处理对性能要求并不高,同时,对业务迭代的时间要求比较苛刻,特别是在AI蓬勃发展的今天 python语言的应用尤为广泛,因此,python与c++语言的无缝对接尤为重要。

随着硬件的发展,服务器的cpu核数从单核到多核,甚至可达上百个核心,高效利用多核也是编程中的极大的难题, 通过一套框架,很好的将这些基础而重要的问题从业务层剥离开,能很好的帮助业务提高效能。

开始使用

flare-cpp's People

Contributors

lilothar avatar tiger631 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.