Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve slowdown in derive #118

Open
2 tasks
CohenCyril opened this issue Oct 30, 2018 · 0 comments
Open
2 tasks

Solve slowdown in derive #118

CohenCyril opened this issue Oct 30, 2018 · 0 comments
Labels
"bug" 🐛 This issue (resp. PR) describes (resp. fixes) a "bug" enhancement ✨ This issue/PR is about adding new features enhancing the library
Milestone

Comments

@CohenCyril
Copy link
Member

CohenCyril commented Oct 30, 2018

TODO (alternatives):

  • Lock the definition of diffusing a module type :

    analysis/derive.v

    Lines 46 to 48 in 99d2078

    Definition diff (F : filter_on V) (_ : phantom (set (set V)) F) (f : V -> W) :=
    (get (fun (df : {linear V -> W}) => continuous df /\ forall x,
    f x = f (lim F) + df (x - lim F) +o_(x \near F) (x - lim F))).
  • Use canonical structures instead of typeclasses for automatic derive
@CohenCyril CohenCyril added "bug" 🐛 This issue (resp. PR) describes (resp. fixes) a "bug" enhancement ✨ This issue/PR is about adding new features enhancing the library labels Oct 30, 2018
@affeldt-aist affeldt-aist added this to the 0.6.3 milestone Apr 26, 2023
@affeldt-aist affeldt-aist modified the milestones: 0.6.3, 0.6.4 Jun 20, 2023
@affeldt-aist affeldt-aist modified the milestones: 0.6.4, 0.6.5 Jul 31, 2023
@affeldt-aist affeldt-aist modified the milestones: 0.6.5, 0.6.6 Sep 27, 2023
@affeldt-aist affeldt-aist modified the milestones: 0.6.6, 0.6.7 Nov 9, 2023
@affeldt-aist affeldt-aist modified the milestones: 0.6.7, 0.6.8 Dec 30, 2023
@affeldt-aist affeldt-aist modified the milestones: 0.7.0, 1.0.0 Jan 17, 2024
@affeldt-aist affeldt-aist modified the milestones: 1.0.0, 1.0.1 Jan 25, 2024
@affeldt-aist affeldt-aist modified the milestones: 1.0.1, 1.2.0 Mar 24, 2024
@affeldt-aist affeldt-aist modified the milestones: 1.2.0, 1.3.0 Jun 3, 2024
@affeldt-aist affeldt-aist modified the milestones: 1.3.0, 1.4.0 Jul 29, 2024
@affeldt-aist affeldt-aist modified the milestones: 1.4.0, 1.5.0 Sep 19, 2024
@affeldt-aist affeldt-aist modified the milestones: 1.5.0, 1.6.0 Oct 7, 2024
@affeldt-aist affeldt-aist modified the milestones: 1.6.0, 1.7.0 Oct 24, 2024
@affeldt-aist affeldt-aist modified the milestones: 1.7.0, 1.8.0 Nov 22, 2024
@affeldt-aist affeldt-aist modified the milestones: 1.8.0, 1.9.0 Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
"bug" 🐛 This issue (resp. PR) describes (resp. fixes) a "bug" enhancement ✨ This issue/PR is about adding new features enhancing the library
Projects
None yet
Development

No branches or pull requests

2 participants