Skip to content

Package io.github.qishr.cascara.lang.json.token

Interface JsonSimdCapableBuffer

java.lang.Object
        io.github.qishr.cascara.lang.json.token.JsonSimdCapableBuffer

All Implemented Interfaces:
    SimdCapableBuffer

All Known Implementing Classes:
    JsonSourceByteBuffer


public interface JsonSimdCapableBuffer

Method Summary

Modifier and Type Method Description
public abstract int scanStringAsciiSimd(int pos, byte quoteByte)
public abstract void skipWhitespaceAndFormattingSimd() Skips whitespace and comments.

Method Details

scanStringAsciiSimd

public abstract int scanStringAsciiSimd(int pos, byte quoteByte)


skipWhitespaceAndFormattingSimd

public abstract void skipWhitespaceAndFormattingSimd()

Skips whitespace and comments.Suitable for JSON5.