[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-patch-tracker] [patch #10220] interpreter: tiny_vector container
From: |
John W. Eaton |
Subject: |
[Octave-patch-tracker] [patch #10220] interpreter: tiny_vector container for non-heap allocation |
Date: |
Wed, 22 Jun 2022 09:43:13 -0400 (EDT) |
URL:
<https://savannah.gnu.org/patch/?10220>
Summary: interpreter: tiny_vector container for non-heap
allocation
Project: GNU Octave
Submitter: jwe
Submitted: Wed 22 Jun 2022 01:43:12 PM UTC
Category: Core : other
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Originator Email:
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Wed 22 Jun 2022 01:43:12 PM UTC By: John W. Eaton <jwe>
>From Petter Tomner <petter>, extracted from the zip file attached to the
following comment in the discourse thread "WIP stack VM f\
or Octave": https://octave.discourse.group/t/wip-stack-vm-for-octave/2884/10
Introducing a tiny_vector class that puts a "small amount" of elements
in itself, and "big amount" on the heap. For better memory locality and
less mallocs.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: Wed 22 Jun 2022 01:43:12 PM UTC Name: octave_30602.patch Size: 21KiB
By: jwe
<http://savannah.gnu.org/patch/download.php?file_id=53338>
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/patch/?10220>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-patch-tracker] [patch #10220] interpreter: tiny_vector container for non-heap allocation,
John W. Eaton <=