l0n0lc 0.9.0__tar.gz → 0.9.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {l0n0lc-0.9.0 → l0n0lc-0.9.1}/PKG-INFO +16 -1
- {l0n0lc-0.9.0 → l0n0lc-0.9.1}/README.md +15 -0
- {l0n0lc-0.9.0 → l0n0lc-0.9.1}/l0n0lc.egg-info/PKG-INFO +16 -1
- {l0n0lc-0.9.0 → l0n0lc-0.9.1}/pyproject.toml +1 -1
- {l0n0lc-0.9.0 → l0n0lc-0.9.1}/LICENSE +0 -0
- {l0n0lc-0.9.0 → l0n0lc-0.9.1}/l0n0lc/StdList.py +0 -0
- {l0n0lc-0.9.0 → l0n0lc-0.9.1}/l0n0lc/StdMap.py +0 -0
- {l0n0lc-0.9.0 → l0n0lc-0.9.1}/l0n0lc/__init__.py +0 -0
- {l0n0lc-0.9.0 → l0n0lc-0.9.1}/l0n0lc/c/345/237/272/347/241/200/345/244/204/347/220/206.py" +0 -0
- {l0n0lc-0.9.0 → l0n0lc-0.9.1}/l0n0lc/jit.py +0 -0
- {l0n0lc-0.9.0 → l0n0lc-0.9.1}/l0n0lc//347/274/226/350/257/221.py" +0 -0
- {l0n0lc-0.9.0 → l0n0lc-0.9.1}/l0n0lc//351/200/232/347/224/250.py" +0 -0
- {l0n0lc-0.9.0 → l0n0lc-0.9.1}/l0n0lc.egg-info/SOURCES.txt +0 -0
- {l0n0lc-0.9.0 → l0n0lc-0.9.1}/l0n0lc.egg-info/dependency_links.txt +0 -0
- {l0n0lc-0.9.0 → l0n0lc-0.9.1}/l0n0lc.egg-info/top_level.txt +0 -0
- {l0n0lc-0.9.0 → l0n0lc-0.9.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: l0n0lc
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.1
|
4
4
|
Summary: 一个将python函数翻译为c++函数并运行的jit编译器
|
5
5
|
Classifier: Programming Language :: Python :: 3
|
6
6
|
Requires-Python: >=3.10
|
@@ -234,6 +234,21 @@ vv: 1
|
|
234
234
|
## 4. 查看输出文件
|
235
235
|
```bash
|
236
236
|
ls -al ./l0n0lcoutput
|
237
|
+
total 136
|
238
|
+
drwxr-xr-x 2 root root 4096 Sep 18 01:26 .
|
239
|
+
drwxrwxrwx 11 1000 1000 4096 Sep 18 01:26 ..
|
240
|
+
-rw-r--r-- 1 root root 1693 Sep 18 01:26 jit_all_ops_@0ec883892076cd03.cpp
|
241
|
+
-rw-r--r-- 1 root root 167 Sep 18 01:26 jit_all_ops_@0ec883892076cd03.h
|
242
|
+
-rwxr-xr-x 1 root root 23520 Sep 18 01:26 jit_all_ops_@0ec883892076cd03.so
|
243
|
+
-rw-r--r-- 1 root root 1466 Sep 18 01:26 test_add_@122c4be59097d472.cpp
|
244
|
+
-rw-r--r-- 1 root root 302 Sep 18 01:26 test_add_@122c4be59097d472.h
|
245
|
+
-rwxr-xr-x 1 root root 40216 Sep 18 01:26 test_add_@122c4be59097d472.so
|
246
|
+
-rw-r--r-- 1 root root 121 Sep 18 01:26 test_other_fn_@75fdd928ab58a8e3.cpp
|
247
|
+
-rw-r--r-- 1 root root 106 Sep 18 01:26 test_other_fn_@75fdd928ab58a8e3.h
|
248
|
+
-rwxr-xr-x 1 root root 15616 Sep 18 01:26 test_other_fn_@75fdd928ab58a8e3.so
|
249
|
+
-rw-r--r-- 1 root root 185 Sep 18 01:26 test编译的函数_@3bf4501e0408a243.cpp
|
250
|
+
-rw-r--r-- 1 root root 164 Sep 18 01:26 test编译的函数_@3bf4501e0408a243.h
|
251
|
+
-rwxr-xr-x 1 root root 15656 Sep 18 01:26 test编译的函数_@3bf4501e0408a243.so
|
237
252
|
|
238
253
|
```
|
239
254
|
## 5. jit_all_ops_@0ec883892076cd03.cpp
|
@@ -224,6 +224,21 @@ vv: 1
|
|
224
224
|
## 4. 查看输出文件
|
225
225
|
```bash
|
226
226
|
ls -al ./l0n0lcoutput
|
227
|
+
total 136
|
228
|
+
drwxr-xr-x 2 root root 4096 Sep 18 01:26 .
|
229
|
+
drwxrwxrwx 11 1000 1000 4096 Sep 18 01:26 ..
|
230
|
+
-rw-r--r-- 1 root root 1693 Sep 18 01:26 jit_all_ops_@0ec883892076cd03.cpp
|
231
|
+
-rw-r--r-- 1 root root 167 Sep 18 01:26 jit_all_ops_@0ec883892076cd03.h
|
232
|
+
-rwxr-xr-x 1 root root 23520 Sep 18 01:26 jit_all_ops_@0ec883892076cd03.so
|
233
|
+
-rw-r--r-- 1 root root 1466 Sep 18 01:26 test_add_@122c4be59097d472.cpp
|
234
|
+
-rw-r--r-- 1 root root 302 Sep 18 01:26 test_add_@122c4be59097d472.h
|
235
|
+
-rwxr-xr-x 1 root root 40216 Sep 18 01:26 test_add_@122c4be59097d472.so
|
236
|
+
-rw-r--r-- 1 root root 121 Sep 18 01:26 test_other_fn_@75fdd928ab58a8e3.cpp
|
237
|
+
-rw-r--r-- 1 root root 106 Sep 18 01:26 test_other_fn_@75fdd928ab58a8e3.h
|
238
|
+
-rwxr-xr-x 1 root root 15616 Sep 18 01:26 test_other_fn_@75fdd928ab58a8e3.so
|
239
|
+
-rw-r--r-- 1 root root 185 Sep 18 01:26 test编译的函数_@3bf4501e0408a243.cpp
|
240
|
+
-rw-r--r-- 1 root root 164 Sep 18 01:26 test编译的函数_@3bf4501e0408a243.h
|
241
|
+
-rwxr-xr-x 1 root root 15656 Sep 18 01:26 test编译的函数_@3bf4501e0408a243.so
|
227
242
|
|
228
243
|
```
|
229
244
|
## 5. jit_all_ops_@0ec883892076cd03.cpp
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: l0n0lc
|
3
|
-
Version: 0.9.
|
3
|
+
Version: 0.9.1
|
4
4
|
Summary: 一个将python函数翻译为c++函数并运行的jit编译器
|
5
5
|
Classifier: Programming Language :: Python :: 3
|
6
6
|
Requires-Python: >=3.10
|
@@ -234,6 +234,21 @@ vv: 1
|
|
234
234
|
## 4. 查看输出文件
|
235
235
|
```bash
|
236
236
|
ls -al ./l0n0lcoutput
|
237
|
+
total 136
|
238
|
+
drwxr-xr-x 2 root root 4096 Sep 18 01:26 .
|
239
|
+
drwxrwxrwx 11 1000 1000 4096 Sep 18 01:26 ..
|
240
|
+
-rw-r--r-- 1 root root 1693 Sep 18 01:26 jit_all_ops_@0ec883892076cd03.cpp
|
241
|
+
-rw-r--r-- 1 root root 167 Sep 18 01:26 jit_all_ops_@0ec883892076cd03.h
|
242
|
+
-rwxr-xr-x 1 root root 23520 Sep 18 01:26 jit_all_ops_@0ec883892076cd03.so
|
243
|
+
-rw-r--r-- 1 root root 1466 Sep 18 01:26 test_add_@122c4be59097d472.cpp
|
244
|
+
-rw-r--r-- 1 root root 302 Sep 18 01:26 test_add_@122c4be59097d472.h
|
245
|
+
-rwxr-xr-x 1 root root 40216 Sep 18 01:26 test_add_@122c4be59097d472.so
|
246
|
+
-rw-r--r-- 1 root root 121 Sep 18 01:26 test_other_fn_@75fdd928ab58a8e3.cpp
|
247
|
+
-rw-r--r-- 1 root root 106 Sep 18 01:26 test_other_fn_@75fdd928ab58a8e3.h
|
248
|
+
-rwxr-xr-x 1 root root 15616 Sep 18 01:26 test_other_fn_@75fdd928ab58a8e3.so
|
249
|
+
-rw-r--r-- 1 root root 185 Sep 18 01:26 test编译的函数_@3bf4501e0408a243.cpp
|
250
|
+
-rw-r--r-- 1 root root 164 Sep 18 01:26 test编译的函数_@3bf4501e0408a243.h
|
251
|
+
-rwxr-xr-x 1 root root 15656 Sep 18 01:26 test编译的函数_@3bf4501e0408a243.so
|
237
252
|
|
238
253
|
```
|
239
254
|
## 5. jit_all_ops_@0ec883892076cd03.cpp
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|