FixedEffects / FixedEffectModels.jl

Fast Estimation of Linear Models with IV and High Dimensional Categorical Variables
Other
225 stars 46 forks source link

Optimize drop_singletons!() #259

Closed droodman closed 7 months ago

droodman commented 7 months ago

I'm new to PRs so feedback welcome.

This PR tweaks drop_singletons!() for speed, mainly by:

matthieugomez commented 7 months ago

Thanks! Did you do any test that it tends to accelerate things?

Can you please remove your uneeded changes to Manifest?