Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luzhlon/xval
https://github.com/luzhlon/xval
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/luzhlon/xval
- Owner: luzhlon
- Created: 2017-08-04T03:37:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-09T15:40:50.000Z (over 7 years ago)
- Last Synced: 2024-08-02T07:13:25.251Z (3 months ago)
- Language: C++
- Size: 12.7 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-xmake - xval
README
# xval
xval是一个轻量级的C++动态类型对象库,主要用于与其他动态语言的通信
## Basic type
* NIL
* Integer 64bit
* Float 64bit
* String
* List 列表、动态数组
* Tuple 元祖,不可变的列表
* Dict 字典、关联数组,支持任意类型(除NIL外)的键值存储## Features
* 内建msgpack打包/解包接口
* 短字符串内部化
* 引用计数的内存管理方式,对用户完全透明