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 2017/06/16 09:36:01 UTC

[jira] [Updated] (IGNITE-1453) CPP: Big endian support in streams.

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

Igor Sapego updated IGNITE-1453:
--------------------------------
    Fix Version/s:     (was: 2.1)
                   2.2

> CPP: Big endian support in streams.
> -----------------------------------
>
>                 Key: IGNITE-1453
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1453
>             Project: Ignite
>          Issue Type: Task
>          Components: platforms
>    Affects Versions: 1.1.4
>            Reporter: Vladimir Ozerov
>            Assignee: Igor Sapego
>              Labels: cpp
>             Fix For: 2.2
>
>
> Currently we write data with assumption that all parties has little endian. While true in most cases, we still not to count for big endian machines. 
> Implementation notes:
> 1) Define cross-platform method to determine endian. This can be as easy as  Bits.java:byteOrder() routine.
> 2) Add big endian support for all read/write operations.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)