What is big site method "drt" and "bigdrt"? #184
Answered
by
hczhai
MaarHybrid
asked this question in
Q&A
-
|
block2-preview/pyblock2/driver/block2main Line 1225 in 6fa8ad7 In this line, there's big_site_method "drt" and "bigdrt". However there's no explanation in https://block2.readthedocs.io/en/latest/user/keywords.html# Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
hczhai
May 20, 2025
Replies: 1 comment
-
|
The big site method All undocumented features in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MaarHybrid
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The big site method
drtis the "distinct row table" approach. The explanation can be found in #113 (comment).bigdrtis an alternative implementation ofdrtwhich may have worse computational performance and higher memory consumption, so it is deprecated.All undocumented features in
block2should be considered experimental and untested.