Commit 1139c05
committed
Enhance Python bindings for ArcadeDB with performance improvements and new features
- Updated benchmarking results in `results.md` to reflect current performance metrics and improvements.
- Added `get_java_database` method to the `Database` class for internal integrations.
- Refactored the `export_database` function in `exporter.py` to improve parameter naming and error handling.
- Introduced `iter_dicts` method in `ResultSet` for more efficient iteration over results.
- Enhanced `Document` and `Result` classes with caching for property names and improved type conversion handling.
- Improved error handling and type checking in various methods across the codebase.1 parent 95fb0be commit 1139c05
17 files changed
Lines changed: 5235 additions & 11074 deletions
File tree
- bindings/python
- docs
- api
- development
- guide/core
- examples
- benchmark_results
- scripts
- scripts/profile-python
- src/arcadedb_embedded
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
139 | 143 | | |
140 | 144 | | |
141 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
279 | 284 | | |
280 | 285 | | |
281 | 286 | | |
| |||
307 | 312 | | |
308 | 313 | | |
309 | 314 | | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
310 | 319 | | |
311 | 320 | | |
312 | 321 | | |
| |||
352 | 361 | | |
353 | 362 | | |
354 | 363 | | |
355 | | - | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
356 | 371 | | |
357 | 372 | | |
358 | 373 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
375 | 379 | | |
376 | 380 | | |
377 | 381 | | |
| |||
393 | 397 | | |
394 | 398 | | |
395 | 399 | | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
396 | 428 | | |
397 | 429 | | |
398 | 430 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
604 | 604 | | |
605 | 605 | | |
606 | 606 | | |
607 | | - | |
608 | | - | |
609 | 607 | | |
610 | 608 | | |
611 | 609 | | |
612 | 610 | | |
613 | 611 | | |
614 | 612 | | |
| 613 | + | |
615 | 614 | | |
616 | 615 | | |
617 | 616 | | |
| |||
656 | 655 | | |
657 | 656 | | |
658 | 657 | | |
| 658 | + | |
659 | 659 | | |
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
663 | | - | |
664 | | - | |
665 | 663 | | |
666 | | - | |
667 | | - | |
668 | 664 | | |
| 665 | + | |
669 | 666 | | |
670 | 667 | | |
671 | 668 | | |
| |||
732 | 729 | | |
733 | 730 | | |
734 | 731 | | |
735 | | - | |
736 | 732 | | |
737 | 733 | | |
738 | 734 | | |
739 | 735 | | |
740 | 736 | | |
741 | 737 | | |
| 738 | + | |
742 | 739 | | |
743 | 740 | | |
744 | 741 | | |
| |||
787 | 784 | | |
788 | 785 | | |
789 | 786 | | |
790 | | - | |
791 | | - | |
792 | 787 | | |
| 788 | + | |
793 | 789 | | |
794 | 790 | | |
795 | 791 | | |
| |||
841 | 837 | | |
842 | 838 | | |
843 | 839 | | |
844 | | - | |
845 | | - | |
846 | 840 | | |
| 841 | + | |
847 | 842 | | |
848 | 843 | | |
849 | 844 | | |
| |||
886 | 881 | | |
887 | 882 | | |
888 | 883 | | |
889 | | - | |
890 | | - | |
891 | 884 | | |
892 | 885 | | |
893 | 886 | | |
894 | 887 | | |
895 | 888 | | |
896 | 889 | | |
| 890 | + | |
897 | 891 | | |
898 | 892 | | |
899 | 893 | | |
| |||
1077 | 1071 | | |
1078 | 1072 | | |
1079 | 1073 | | |
1080 | | - | |
1081 | 1074 | | |
1082 | 1075 | | |
1083 | 1076 | | |
| 1077 | + | |
1084 | 1078 | | |
1085 | 1079 | | |
1086 | 1080 | | |
| |||
Lines changed: 0 additions & 94 deletions
This file was deleted.
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments