Skip to content

tuling56/corefs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

共享库

[TOC]

algorithm

主要继承,目前有以下库(可在我的博客上找到)

多线程

  • c++多线程库 (algorithm/src/ThreadLib/) 一个c++的多线程库,支持互斥,信号量,消息队列,面向对象的开发模式和使用模式。

网络

  • c++网络库 (algorithm/src/NetLib),主要用来快速建立一台tcp服务器,支持多并发,还在开发中,未测试

缓存

  • LRU缓存算法(algorithm/src/Tools/)

编解码

  • Base64编码解码(algorithm/src/Tools/)

相似性和推荐

  • 文本相似性算法Jaccard(algorithm/src/textDiff)
  • 58同城的页面分析(algorithm/src/textDiff)
  • 基于用户的推荐算法(algorithm/src/Reco)

数据分析

  • 2000W开房数据分析(algorithm/src/KF)

排序

  • sort排序(algorithm/src/sort)

invoke

语言之间的调用和数据传输

cpp_invoke_python/

//待添加

cpp_io_json/

//待添加

cpp_protobuf_python/

//待添加

r_invoke_cpp/

//待添加

lua_invoke_c

lua调用c模块,以.so的方式进行调用

git

linux

markdown

shell

参考

About

算法、必备技能、效率提升

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 45.5%
  • Shell 22.2%
  • Perl 14.4%
  • C++ 13.9%
  • Makefile 3.1%
  • Awk 0.8%
  • Other 0.1%