Zhicheng Wang
25424de101
improve: blobtree subface dedup and integral calculation
- Add subface_type_offsets array to baked_blobtree for type-indexed access
- Fix subface deduplication: only add subface when not already present in map
- Simplify integral quadrature branch: use all-GL when both borders exact, all-TS otherwise
- Handle empty boarder intervals with fallback scan
1 day ago
Zhicheng Wang
376a8ea54c
replace explicit usage of mimalloc to overall override of new/delete by mimalloc;
fallback _mp to default containers;
replace usage of malloc/free to new/delete
2 months ago
Zhicheng Wang
57dbc2cee4
a tons of fixes & refactor
7 months ago
Zhicheng Wang
32d5456806
use more pointer_wrapper<T> instead of T*;
fix some external bugs;
now parameteric_plane keeps a unique set of chains, at the cost of more complex chain groups
8 months ago
Zhicheng Wang
e7e7ce799a
first available version of v2
1 year ago
Zhicheng Wang
03bcdcb654
refactor the primitive_process
1 year ago
Zhicheng Wang
19f2725720
optimized evaluation function of extrudes
2 years ago
Zhicheng Wang
abdd04adcc
fixed a few of bugs;
added manual release of blobtree;
distinguished copy/move construct of primitive node
2 years ago
Zhicheng Wang
755efd3488
first fully implemented version
2 years ago
Zhicheng Wang
1c360ea3b8
tidy exposed headers;
tidy blobtree_strcture
2 years ago
Zhicheng Wang
aabe5654e1
tidy blobtree
2 years ago
Zhicheng Wang
ece6ba1efa
temporary push
2 years ago
wangxiaolong
8bf3c82b8e
Implement blobtree
2 years ago
ZCWang
3aec50b095
improved implementation of blobtree
2 years ago
wangxiaolong
7ce43e8fc3
Implement Blobtree
2 years ago
ZCWang
1d1e53c1bc
fix bugs
2 years ago