Skip to content

Drop usage of globby npm module #446

@JustinBeckwith

Description

@JustinBeckwith

I ran some performance #'s on load time using require-so-slow. The globby package is responsible for 40% of the gax-nodejs total load time:

image

What we're doing with the package is super straightforward - walking recursively through a tree, and finding paths that match *.proto. We probably don't need a module for this :)

Metadata

Metadata

Labels

type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions