You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Igor Sapego (Jira)" <ji...@apache.org> on 2023/04/04 09:50:00 UTC

[jira] [Updated] (IGNITE-19198) C++ 3.0: Re-factor user type conversion to optimize memory usage

     [ https://issues.apache.org/jira/browse/IGNITE-19198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Sapego updated IGNITE-19198:
---------------------------------
    Summary: C++ 3.0: Re-factor user type conversion to optimize memory usage  (was: C++ 3.0: Re-factor user type conversation to optimize memory usage)

> C++ 3.0: Re-factor user type conversion to optimize memory usage
> ----------------------------------------------------------------
>
>                 Key: IGNITE-19198
>                 URL: https://issues.apache.org/jira/browse/IGNITE-19198
>             Project: Ignite
>          Issue Type: Improvement
>          Components: thin client
>            Reporter: Igor Sapego
>            Assignee: Igor Sapego
>            Priority: Major
>              Labels: ignite-3
>
> Currently, during conversation from containers of user types to containers of tuples we allocate unnecessary memory, while we can optimize it by implementing a wrapper for user type container that would convert values on-demand, without additional memory allocations.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)