bugGNU Octave - Bugs: bug #65325, compile time hog

 
 

bug #65325: compile time hog

Submitter:  None
Submitted:  Sat 17 Feb 2024 05:26:45 AM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Performance
Status:  Need Info Assigned to:  None
Originator Name:  Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 8.4.0
Operating System:  * Any Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 05 Mar 2024 05:36:34 PM UTC, comment #2: 

No response, closing report.

Rik <rik5>
Group administrator
Mon 19 Feb 2024 10:55:38 PM UTC, comment #1: 

The quoted code creates an array of 10,000 symbols.  That's not usually how the symbolic package is used.  For example, a vector field only has X, Y, Z variables and needs only 3 symbols.  Is there a different way to write the code for your problem?

Rik <rik5>
Group administrator
Sat 17 Feb 2024 05:26:45 AM UTC, original submission:  

```

pkg load symbolic
syms s
s(10000) = sym('10000')

```

Very very long time waiting.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-03-05 rik5 Open/ClosedOpen Closed
    2024-02-19 rik5 CategoryNone Octave Package
        Item GroupNone Performance
        StatusNone Need Info
        Operating SystemMicrosoft Windows Any

    Back to the top

    Powered by Savane 3.14-49f2.
    Corresponding source code