Re: [Firebird-devel] Build for WASM

2022-02-24 Thread Alex Peshkoff via Firebird-devel
On 2/24/22 03:45, Adriano dos Santos Fernandes wrote: On 23/02/2022 06:40, Jiří Činčura wrote: You mean, running in the browser? Yes. Or any other place where WASM is/will be supported. I had a (very) brief look at it once. Main difficulties should be: - Memory manager - no mmap - Shared

Re: [Firebird-devel] INT64 and index keys

2022-02-24 Thread Alex Peshkoff via Firebird-devel
On 2/15/22 18:20, Vlad Khorsun wrote: I'd vote to remove idx_numeric2 in favour of idx_decimal and look how to improve Decimal128::makeIndexKey() performance. For example, it stores every 3 decimal digits into 10 bits using relatively complex (computationally) algorithm with shifts and