4paradigm / 4paradigm/OpenMLDB
Reduce Java SDK's size
- 主要语言
- C++
- 星标
- 1.7k
- 派生
- 331
- 平均合并
- 12 天 12 小时
- 30 天内合并 PR
- 1
描述
**Is your feature request related to a problem? Please describe.**
Current SDK will occupy around 250MB. Which is a lot larger than the sum of other packages in our user code. I think this may put potential user away.
**Describe the solution you'd like**
<= 5M would be more reasonable.
贡献指南
调研方向
The issue is about reducing the Java SDK size from ~250MB to <=5MB. Start by examining the Java SDK build configuration and dependencies in the repository. Look for large dependencies or bundled resources that can be removed or optimized. Check the project's build system (likely Maven or Gradle) and analyze the final JAR size. Determine what constitutes the SDK and identify areas for size reduction, such as removing unused dependencies, optimizing resources, or using lighter alternatives.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- backend, performance
- Issue 类型
- 重构
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100