enso/std-bits
James Dunkerley bf2545fa04
Use new common parse method throwing less exceptions. (#6075)
Avoiding exceptions by not using parseBest.

Time now in CLI is 1.15s for 500k rows vs 1.65s in GUI.

CLI:
![image](https://user-images.githubusercontent.com/4699705/227711266-bc005b0d-5011-450f-964b-65dd2e437c2e.png)

GUI:
![image](https://user-images.githubusercontent.com/4699705/227711259-f7ddda29-86c7-4eef-a002-4bf0bda6063f.png)

Added it as a function in the shared library so used by both engine and polyglot.
2023-03-27 11:02:10 +00:00
..
base/src/main/java/org/enso/base Use new common parse method throwing less exceptions. (#6075) 2023-03-27 11:02:10 +00:00
database/src/main/java/org/enso/database Improving Expression Support for In Database (#5790) 2023-03-03 12:03:05 +00:00
google-api Google Spreadsheet Reading (#1976) 2021-09-03 21:41:12 +02:00
image/src/main/java/org/enso/image Remove Column type from Aggregate_Column, simplify Column_Selector, some new File_Formats (#5646) 2023-02-16 15:15:49 +00:00
table/src/main Use new common parse method throwing less exceptions. (#6075) 2023-03-27 11:02:10 +00:00