Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
forhappy
/
OSSC
Public
Notifications
You must be signed in to change notification settings
Fork
58
Star
16
Code
Issues
0
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Files
Expand file tree
master
Breadcrumbs
OSSC
/
summit.txt
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
14 lines (12 loc) · 1.08 KB
master
Breadcrumbs
OSSC
/
summit.txt
Copy path
Top
File metadata and controls
Code
Blame
14 lines (12 loc) · 1.08 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OSSC(Aliyun Open Storage Service C SDK)为阿里云开放存储服务(OSS)提供了一套完整易用的C SDK。
OSSC完全采用C语言开发,并实现了类似面向对象的调用方式,
遵循了良好的编码规范,目前OSSC除了提供了OSS开放接口文档中所描述的四大类功能外(Bucket 操作、
Object 操作、Multipart Upload操作、Object Group 操作),还实现了以下功能:
(1)、为OSS设计了一种可支持多种实时压缩算法(如LZO, LZ4,LZF)的文件存储格式,
并实现了LZO,LZ4两种压缩算法的文件和内存块的实时压缩上传和下载解压缩功能;
(2)、实现了一个简单的线程池,并且可以多线程断点上传功能;
(3)、简易的文件夹同步上传和同步下载功能。
注:OSSC是一个团队项目,团队成员为傅海平、王维,但是由于时间仓促,
加上自身能力有限,OSSC目前不是十分完美,我们将它开源贡献出来,
希望今后更多的人参与到OSSC项目上来,提高OSSC的稳定性,
并借此促进阿里云开放存储服务的不断发展。
You can’t perform that action at this time.