-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: Performance improvements to makeFullMesh function in MapLayer #…
…1662 (#1689) * In progress * In progress * In prcess of using typed arrays in web worker * Got it working with trianlges. Next is lines. * Lines working.. next optimize lines by using indeces instead.. * Lines by indices works..next is constant over a cell * Constant over a cell works (and lines).. next transferable objects * Dont draw inactice cell. Modified cellCenteredPropertiesLayer story with one undefined cell * Removed MeshType etc and send all attributes as typed arrays. Next.. send them transerable.. * Tranferable objects as return values from webworker works..next make webworker optional.. * Removed webworker. * Send normals as signed 8 bit to save memory. * In progress * Lint & typecheck * smal fix * performance: Performance improvements to makeFullMesh function in MapLayer #1662 * Code comment fixes. * Code comment fixes. - use camelcase for names. Added comments to functions to explain behaviior. * Lint fix. * Code comment fix. Changed deprecated ComponentStory to StoryFn * Storybook complained about this one.
- Loading branch information
Showing
7 changed files
with
773 additions
and
635 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.