Skip to content

Support approximate trigonometric functions in GeoTileUtils #41166

@talevy

Description

@talevy

For the initial release of the geotile_grid aggregation, the tiles-lat/lon translations uses
functions like atan(), sinh(), and sin().

org.apache.lucene.util.SloppyMath is used at times when approximate trig functions
using cos/sin tables are sufficient. This issue is open to explore the use of similar
approximate methods and benchmark whether it makes sense to enable the usage
of them within the aggregation to help speed the calculations

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions