Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
tuned for faster query
  • Loading branch information
atksh committed Apr 29, 2022
commit d7f8a23f802dba8831279366de3cc2d2df4e48f4
2 changes: 1 addition & 1 deletion cpp/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace py = pybind11;

using T = int64_t; // is a temporary type of template. You can change it and
// recompile this.
const int B = 6; // the number of children of tree.
const int B = 2; // the number of children of tree.

PYBIND11_MODULE(PRTree, m)
{
Expand Down