solve cost too much eden memory inserver mode

Issue #130 closed
zhoukang created an issue

QQ20161031-3@2x.png

result in too many minor gc.any suggestion?

Comments (12)

  1. zhoukang reporter

    Solve(x^(258)==1,x) Solve(y==((1-x)^(1/(2)))+((x+3)^(1/(2))),y) Solve(y==x+((1)/(x)),y) these are some expression from user

  2. Axel Kramer repo owner

    With the new JAS-2.6.5652 version commited as 72f92c1 the factorization of cyclotomic polynomials is also much faster.

    Examples:

    Factor(x^258-1)
    Factor(x^259+1)
    
  3. Log in to comment