Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Spatio-Temporal-Lab/elf
/ functions
Functions
851 in github.com/Spatio-Temporal-Lab/elf
⨍
Functions
851
◇
Types & classes
130
Method
toString
()
src/main/java/gr/aueb/delorean/chimp/LinearFunctionBigDecimal.java:40
Method
update
(long true_value)
src/main/java/com/github/kutschkem/fpc/DfcmPredictor.java:27
Method
update
(long true_value)
src/main/java/com/github/kutschkem/fpc/FcmPredictor.java:26
Method
update
(long value)
src/main/java/fi/iki/yak/ts/compression/gorilla/predictors/DifferentialFCM.java:36
Method
update
(long value)
src/main/java/fi/iki/yak/ts/compression/gorilla/predictors/LastValuePredictor.java:15
Method
writeBit
(boolean bit)
src/main/java/org/urbcomp/startdb/compress/elf/compressor32/ElfOnGorillaCompressor32OS.java:20
Method
writeBit
(boolean bit)
src/main/java/org/urbcomp/startdb/compress/elf/compressor32/ElfCompressor32.java:19
Method
writeBit
(boolean bit)
src/main/java/org/urbcomp/startdb/compress/elf/compressor32/ElfOnChimpCompressor32.java:19
Method
writeBit
(boolean bit)
src/main/java/org/urbcomp/startdb/compress/elf/compressor32/ElfOnChimpNCompressor32.java:18
Method
writeBit
(boolean bit)
src/main/java/org/urbcomp/startdb/compress/elf/compressor/ElfOnChimpCompressor.java:19
Method
writeBit
(boolean bit)
src/main/java/org/urbcomp/startdb/compress/elf/compressor/ElfCompressor.java:19
Method
writeBit
(boolean bit)
src/main/java/org/urbcomp/startdb/compress/elf/compressor/ElfOnGorillaCompressorOS.java:19
Method
writeBit
(boolean bit)
src/main/java/org/urbcomp/startdb/compress/elf/compressor/ElfOnChimpNCompressor.java:18
Method
writeBit
()
src/main/java/fi/iki/yak/ts/compression/gorilla/ByteBufferBitOutput.java:53
Method
writeBit
Sets the next bit (or not) and moves the bit pointer.
src/main/java/fi/iki/yak/ts/compression/gorilla/LongArrayOutput.java:96
Method
writeBits
Writes the given long to the stream using bits amount of meaningful bits. @param value Value to be written to the stream @param bits How many bits ar
src/main/java/fi/iki/yak/ts/compression/gorilla/ByteBufferBitOutput.java:72
Method
writeBits
Writes the given long to the stream using bits amount of meaningful bits. This command does not check input values, so if they're larger than what can
src/main/java/fi/iki/yak/ts/compression/gorilla/LongArrayOutput.java:115
Method
writeDelta
Writes a natural number in δ coding. The δ coding of a positive number of <var>k</var> bits is obtained writing <var>k</var>-1 in γ
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:895
Method
writeDeltas
Writes a given amount of natural numbers in δ coding. @param a an array at least <code>count</code> natural numbers. @param count the number of
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:928
Method
writeFirst
(long value)
src/main/java/fi/iki/yak/ts/compression/gorilla/ValueCompressor.java:27
Method
writeGammas
Writes a given amount of natural numbers in γ coding. @param a an array at least <code>count</code> natural numbers. @param count the number of
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:791
Method
writeGolomb
Writes a natural number in Golomb coding. <p>Golomb coding with modulo <var>b</var> writes a natural number <var>x</var> as the quotient of the divis
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:1045
Method
writeLongDelta
Writes a long natural number in δ coding. @param x a long natural number. @return the number of bits written. @throws IllegalArgumentException
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:911
Method
writeLongGamma
Writes a long natural number in γ coding. @param x a long natural number. @return the number of bits written. @throws IllegalArgumentException
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:814
Method
writeLongGolomb
Writes a long natural number in Golomb coding. @param x a long natural number. @param b the modulus for the coding. @return the number of bits writte
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:1087
Method
writeLongNibble
Writes a long natural number in variable-length nibble coding. @param x a long natural number. @return the number of bits written. @throws IllegalArg
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:1267
Method
writeLongShiftedGamma
Writes a long natural number in shifted γ coding. @param x a natural number. @return the number of bits written. @throws IllegalArgumentExcepti
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:851
Method
writeLongSkewedGolomb
Writes a long natural number in skewed Golomb coding. <P>This method implements also the case in which <code>b</code> is 0: in this case, the argumen
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:1159
Method
writeLongZeta
Writes a long natural number in ζ coding. @param x a long natural number. @param k the shrinking factor. @return the number of bits written. @th
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:1219
Method
writeNibble
Writes a natural number in variable-length nibble coding. <P>Variable-length nibble coding records a natural number by padding its binary representat
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:1246
Method
writeShiftedGamma
Writes a natural number in shifted γ coding. The shifted γ coding of 0 is 1. The coding of a positive number of <var>k</var> bits is obta
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:835
Method
writeShiftedGammas
Writes a given amount of natural numbers in shifted γ coding. @param a an array at least <code>count</code> natural numbers. @param count the n
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:868
Method
writeSkewedGolomb
Writes a natural number in skewed Golomb coding. <P>This method implements also the case in which <code>b</code> is 0: in this case, the argument <co
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:1131
Method
writeZeta
Writes a natural number in ζ coding. <P>ζ coding (with modulo <var>k</var>) records positive numbers in the intervals [1,2<sup><var>k</var>
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:1196
Method
writtenBits
Returns the number of bits written to this bit stream. @return the number of bits written so far.
src/main/java/gr/aueb/delorean/chimp/OutputBitStream.java:354
Method
xorCompress
(int vPrimeInt)
src/main/java/org/urbcomp/startdb/compress/elf/compressor32/ElfOnGorillaCompressor32OS.java:26
Method
xorCompress
(int vPrimeInt)
src/main/java/org/urbcomp/startdb/compress/elf/compressor32/ElfCompressor32.java:25
Method
xorCompress
(int vInt)
src/main/java/org/urbcomp/startdb/compress/elf/compressor32/ElfOnChimpCompressor32.java:25
Method
xorCompress
(int vPrimeInt)
src/main/java/org/urbcomp/startdb/compress/elf/compressor32/ElfOnChimpNCompressor32.java:24
Method
xorCompress
(long vPrimeLong)
src/main/java/org/urbcomp/startdb/compress/elf/compressor/ElfOnChimpCompressor.java:25
Method
xorCompress
(long vPrimeLong)
src/main/java/org/urbcomp/startdb/compress/elf/compressor/ElfCompressor.java:25
Method
xorCompress
(long vPrimeLong)
src/main/java/org/urbcomp/startdb/compress/elf/compressor/ElfOnGorillaCompressorOS.java:25
Method
xorCompress
(long vPrimeLong)
src/main/java/org/urbcomp/startdb/compress/elf/compressor/ElfOnChimpNCompressor.java:24
Method
xorDecompress
()
src/main/java/org/urbcomp/startdb/compress/elf/decompressor32/ElfOnChimpNDecompressor32.java:14
Method
xorDecompress
()
src/main/java/org/urbcomp/startdb/compress/elf/decompressor32/ElfDecompressor32.java:15
Method
xorDecompress
()
src/main/java/org/urbcomp/startdb/compress/elf/decompressor32/ElfOnChimpDecompressor32.java:15
Method
xorDecompress
()
src/main/java/org/urbcomp/startdb/compress/elf/decompressor32/ElfOnGorillaDecompressor32OS.java:16
Method
xorDecompress
()
src/main/java/org/urbcomp/startdb/compress/elf/decompressor/ElfOnChimpDecompressor.java:15
Method
xorDecompress
()
src/main/java/org/urbcomp/startdb/compress/elf/decompressor/ElfDecompressor.java:15
Method
xorDecompress
()
src/main/java/org/urbcomp/startdb/compress/elf/decompressor/ElfOnGorillaDecompressorOS.java:16
Method
xorDecompress
()
src/main/java/org/urbcomp/startdb/compress/elf/decompressor/ElfOnChimpNDecompressor.java:15
← previous
801–851 of 851, ranked by callers