mapbox / mapbox/wagyu

Is it okay to call wagyu::execute() multiple times?

Open
#102 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
197
Forks
37
PR merge metrics
No merged PRs in 30d

Description

Is it okay to call wagyu::execute() multiple times on same wagyu instance?
Or, should I build new wagyu instance for each execution?

Here are some example usecases:

* add/add/execute(union)/execute(difference)
* add/add/execute(union)/add/execute(intersection)

If it is allowed, is it thread-safe?

Thank you.

Contributor guide

Open the contributing guide

Research direction

Start at the wagyu::execute() entry point and inspect the implementation and any existing API documentation or tests for repeated execution, added geometries, and concurrent use. Confirm the supported lifecycle and thread-safety expectations, then document the answer with a focused regression test or usage example if the repository has an appropriate location.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
computer-graphics
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.