42 skills found · Page 1 of 2
ighsix / HighPerformanceFriendsCircle实现高性能微信朋友圈
CandyConfident / HighPerformanceConcurrentServer基于C++11、部分C++14/17特性的一个高性能并发httpserver,包括日志、线程池、内存池、定时器、网络io、http、数据库连接等模块。模块间低耦合高内聚,可作为整体也可单独提供服务。对各模块提供单元测试,对httpserver整体提供性能测试。
HiganFish / Notes HighPerformanceLinuxServerProgrammingLinux高性能服务器编程(作者 游双) 读书笔记和Demo
bobstrecansky / HighPerformanceWithGoWriting High Performant Golang Programs
h3ct0rjs / HighPerformanceComputingClass of High Performance Computing taken at U.T.P 2017
ianozsvald / EuroPython2011 HighPerformanceComputingCode for High Performance Computing tutorial for EuroPython 2011
dougsillars / HighPerformanceAndroidAppssample apps used in my book High Performance Android Apps
LukeRoantree4815162342 / QUB DW HighPerformancePythonCode and more for the QUB Development Weeks event 'High Performance Python'
ianozsvald / HighPerformancePython PyCon2012No description available
ryanxjhan / TensorFlow 2.x Cheat SheetTensorFlow is an open-source software library for highperformance numerical computation. Its flexible architecture enables to easily deploy computation across a variety of platforms (CPUs, GPUs, and TPUs), as well as mobile and edge devices, desktops, and clusters of servers. TensorFlow comes with strong support for machine learning and deep learning.
fishedee / Antd Formily BoostAntd Ui HighPerformance And Readable Interface
AmadeusITGroup / AmcCollection of high performance C++ containers that can be chosen as drop-in replacements for std::vector and std::set
xiongxu / HighPerformanceNGShight performance & useful tools for working with fastq and bam files
cran-task-views / HighPerformanceComputingCRAN Task View: High-Performance and Parallel Computing with R
PatchyVideo / MMDOCR HighPerformanceHigh performance version of MMD-OCR, indented to use as a cloud service
TimothyLuke / GS HighPerformanceMacrosThe WLM Nominated High Performance Macros
ianozsvald / Euroscipy2014 HighperformancepythonNo description available
vipunsanjana / MERN Stack HighperformanceNo description available
inomera / Telco Commons KafkaApache Kafka Java Library. Abstraction of Apache Kafka pub/sub messaging template. Support many serialization data formats.
ferozer / AMBA AHB2APB Bridge ProtocolThe Advanced Microcontroller Bus Architecture (AMBA) is an on-chip bus architecture used to Design high performance embedded microcontrollers and strengthen the reusability of IP core and widely used interconnection standard for system on chip (SOC). AMBA AHB (advanced high performance bus) is the highperformance bus means higher bandwidth or high clock frequency system modules. AMBA APB (advanced peripheral bus) as the name suggest used to connect peripheral to the architecture, peripherals like UART, Timer, keypad, PIO etc. this are part of low performance bus and it is optimized for low power consumption and interface reduced complexity to support peripheral functions. In this the functions of the AHB2APB Bridge to make the signals compatible with the high performance bus i.e. AHB with low performance bus i.e. APB, to do so we have to write the DUT code in Verilog and all other test case code in system Verilog, further have verified all the functions of bridge protocol using QuestaSim tool. The code coverage and functional coverage and functional verification of the Bridge RTL design is 97% covered by using QuestaSim