ezrasingh / geoprox

An in-memory geospatial search engine designed for efficient real-time location-based pairing
https://ezrasingh.github.io/geoprox/docs/
Apache License 2.0
4 stars 0 forks source link

Add Support For Batch Commands #1

Closed ezrasingh closed 1 month ago

ezrasingh commented 1 month ago

Is your feature request related to a problem? Please describe.

Executing multiple commands individually is time-consuming and inefficient, especially for large datasets or frequent operations.

Describe the solution you'd like

Add support for batch commands to allow grouping and executing multiple commands in a single operation, significantly improving efficiency.

Describe alternatives you've considered

A scriptable interface for manual batch operations, but built-in support would be more user-friendly and integrated.

Additional context

Features could include:

ezrasingh commented 1 month ago

Merged in https://github.com/ezrasingh/geoprox/commit/533955be470366fcb17f8edef2265b177c855e65