Skip to content

1.4.5

Compare
Choose a tag to compare
@Nickersoft Nickersoft released this 19 May 21:52

Java

  • lookup() no longer requires pre-indexing of the open dictionary, as it uses adhoc binary search to pull definitions straight out of the buffer 🔥
  • BREAKING: The Java Dictionary() constructor no longer triggers an index by default. You must pass true to the second parameter, now changed to index from skipIndexing.